bhavaniravi commented on issue #52469: URL: https://github.com/apache/airflow/issues/52469#issuecomment-3448250625
@jscheffl When you say `is to be implemented as feature,` do you mean something like 1. `--load-provider-example standard,aws,slack` or 2. When we set `--load-examples` to look through all providers available and load them. So Breeze will load all examples, whereas a user environment will only load what's installed I started implementing (2) DagBundle in `_add_example_dag_bundle`. One thing I've noticed is that the majority of the test functions still use `Dagbag` to load examples. Now I'm again at the crossroads: Should we load both dagbag `collect_dags` and Dagbundle, and which is used when? -- 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]
