jason810496 opened a new pull request, #71929: URL: https://github.com/apache/airflow/pull/71929
- related: [AIP-108](https://cwiki.apache.org/confluence/x/pY4mGQ), [AIP-85](https://cwiki.apache.org/confluence/x/_Q7OEg) - **depends on:** https://github.com/apache/airflow/pull/71213 ## Summary ADR-0008 documents how DagImporters will route Dags based on `is_mixed_language_dag`: - `JavaDagImporter` silently discards Dags with the flag set. - `PythonDagImporter` persists and validates mixed-language Dags via `queue → Coordinator → DagImporter.list_dag_definitions + import_definition`. - The Python Dag is the sole DB record; the Lang-SDK artifact is never persisted. Design only — no code changes. --- ##### Was generative AI tooling used to co-author this PR? - [x] Yes — Claude Code (Opus 4.6) Generated-by: Claude Code (Opus 4.6) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
