cyberneticlibrary

Debug Astronomer Airflow deployments

astro-airflowskillsetup L20
vanducng/skills
What it does

Inspect and debug Airflow DAG runs and task logs on Astronomer (Astro) deployments

Best for

Remote Airflow debugging on staging/prod Astronomer without direct SSH or MCP plugin.

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
Requires
  • · astro CLI (authenticated)
  • · curl
  • · jq
  • · Airflow REST API
  • · Deployment API token
Preconditions
  • · astro CLI installed and authenticated
  • · Deployment API token in gopass
  • · Least-privilege role (deployment.get + deployment.airflow.*.get)
Failure modes
  • · 401/403 if token expired or lacks permissions
  • · Scheduler logs missing if container is not running
  • · DAG run not found if run_id typo
Trust signals
  • · Paired official astro CLI + Airflow REST API
  • · Read-only operations only (no mutation risk)