Process Flow - Debugging with Airflow CLI
Start Airflow CLI
Run 'airflow tasks test'
Task runs locally
Check logs output
Identify error or success
Fix code or config
Repeat test or run DAG
This flow shows how to use the Airflow CLI to run a task locally for debugging, check logs, fix issues, and repeat until the task works.