What problem does it solve?
This Skill helps troubleshoot failed Cloud Composer and Apache Airflow pipelines by tracing errors back to their actual source instead of guessing from symptoms. It is designed for incidents where a DAG, task, or orchestration run has failed and you need a clear root cause analysis.
Core Features & Use Cases
- Log-driven diagnosis: Uses Composer and Cloud Logging evidence to identify failing DAGs, task errors, and traceback details.
- Remote code verification: Compares the running environment against the code stored in Cloud Storage so analysis is based on the source of truth.
- RCA reporting: Produces a concise root cause explanation with the specific failure point, supporting evidence, and a recommended fix.
- Use case: A scheduled pipeline fails after a recent deployment, and you need to determine whether the issue is caused by an import error, bad task logic, or a mismatch between local and remote DAG code.
Quick Start
Ask the skill to investigate a failed Cloud Composer DAG by providing the environment name, DAG ID, run time, and any error messages you already have.