potiuk commented on issue #46309: URL: https://github.com/apache/airflow/issues/46309#issuecomment-2627503462
> Can we do something like this? > > Example: from airflow.providers.standard.operators.empty import EmptyOperator > > The parent directory of "empty" could include an init file or another module that collectively imports and organizes the classes and functions used in the subdirectories under "operators." > > This approach could potentially resolve the issue, but we would need approval from maintainers or other contributors to implement it. > > If there's a better solution, please share your thoughts in the comments. Your insights would help improve my understanding. Those __init__ files **SHOULD** be generated automatically and absolutely not maintained manually (they already ARE I think) - so we need to implement it as part of the pre-commit framework that should generate the right code for all providers. And yes - if done like that I am ok with it (we do not have provider maintainers - maintainers are just maintainers). -- 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]
