The GitHub Actions job "Tests" on airflow.git/dag-importer-abstraction has 
failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
c16bbac69becd6f2796881fca7a9fd394be9bd86 / Kaxil Naik <[email protected]>
Add DAG importer abstraction layer

Introduce a pluggable importer architecture for DAG files:

- Add AbstractDagImporter base class and DagImporterRegistry
- Add PythonDagImporter for .py and .zip files
- Refactor DagBag.process_file() to use importer registry
- Add DagImportResult/Error/Warning dataclasses for structured results

This enables future support for non-Python DAG formats (YAML, etc.)
while maintaining full backwards compatibility with existing behavior.

All existing DagBag tests pass without modification.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to