The GitHub Actions job "Tests (ARM)" on airflow.git/v3-3-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3426221b7f9de498b3698c2f1c08920ace7ddfe5 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-3-test] Keep ZIP-archived Dags active when dag_discovery_safe_mode is False 
(#68518) (#71714)

* Keep ZIP-archived Dags active when dag_discovery_safe_mode is False

The Dag file processor parsed and activated keyword-less Dags inside ZIP
archives but then immediately deactivated them, because the scan that
decides which files still exist ignored dag_discovery_safe_mode and always
applied the airflow/dag keyword heuristic. Resolve the setting once and use
it consistently for discovery and the deactivation scan, and log the
effective value so a misconfigured processor is diagnosable.

closes: #66104

* Cover safe-mode filtering in Dag bundle discovery

The file-discovery and observed-file paths must both honor safe mode so wrapped 
Dag files are not silently skipped by a future regression.

* Shorten review-flagged comments in Dag discovery safe mode change

Review asked for one-line comments and no issue numbers in code, since
the PR link already carries that context.

* Validate configured Dag discovery safe mode

---------
(cherry picked from commit 786dd79c284af3930c6012743cc0fccb4280f717)

Co-authored-by: deepinsight coder <[email protected]>
Co-authored-by: Cursor <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/32063237605

With regards,
GitHub Actions via GitBox


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

Reply via email to