jscheffl commented on code in PR #42252: URL: https://github.com/apache/airflow/pull/42252#discussion_r1767510893
########## airflow/example_dags/example_bash_operator.py: ########## Review Comment: This all looks a bit strange now in my eyes. All example DAGs sitting in the core are requiring a provider package. Smells like a cyclomatic package dependency. 1) Should we move the example DAGs into the provider as well? (Then they are hard to find :-( ) 2) Should we load the core operators from the compatability alias? (Then we have bad examples) 3) Any other ideas? -- 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]
