Taragolis commented on PR #37585: URL: https://github.com/apache/airflow/pull/37585#issuecomment-1957082680
The problem with `airflow.utils` it is not covered by Public Interface (except TaskGroups), however if Community Provider use it, it might prevent to changing it. So maybe we need to move some internal utilities to the `internal` sub-package all common stuff keep in the separate package, and deprecate all other stuff (something we might safely remove). Presumably good point to future discussion. -- 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]
