ColtenOuO commented on PR #70541: URL: https://github.com/apache/airflow/pull/70541#issuecomment-5093974958
Just a couple more questions before we wrap this up! 1. The issue only specifies the per-provider `testing_dags/` rule, which is what I implemented — but every example Dag that CI currently depends on (`example_failed_dag`, `example_skip_dag`, `example_passing_params_via_test_command`, `example_kubernetes_executor`) lives in core's own `airflow/example_dags/`, so should core get a sibling `airflow/testing_dags/` as well? 2. And for the dual-use Dags that stay in `example_dags` but are "tagged for testing", is `tags=["example", "testing"]` the intended shape — if so, the `check-example-dags-have-example-tag` hook from #67354 will need to be relaxed to allow it. -- 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]
