The GitHub Actions job "Tests AMD" on airflow.git/dag-test-improvements has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 6431b458493ad37c492b3e7893b9f32ebd040dae / Kaxil Naik <kaxiln...@gmail.com> Support running `airflow dags test` from local files Currently, we can't run `airflow dags test` in isolation with a local dag file. We need to first run `airflow dags reserialize`, so DAGs are parsed and stored in DB, because the `airflow dags test` currently loads it from DB. The change in this PR/commit allows testing DAGs from different sources: - Using bundle configuration (`--bundle-name`) - Using direct file path (`--dagfile-path`/`-f`) - Using default behavior (from DB) This speeds up the process too since we don't have to load the entire DagBag to run a single file. Report URL: https://github.com/apache/airflow/actions/runs/14940381495 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org For additional commands, e-mail: jobs-h...@airflow.apache.org