The GitHub Actions job "Publish Docs to S3" on airflow.git/main has succeeded.
Run started by GitHub user eladkal (triggered by eladkal).

Head commit for run:
7b0063b71bb2d6cfbe3a47aca8aa1a72ede36a63 / Kaxil Naik <[email protected]>
Support running `airflow dags test` from local files (#50420)

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/14945652349

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to