Taragolis commented on PR #39093: URL: https://github.com/apache/airflow/pull/39093#issuecomment-2065229063
Just an idea, maybe move it into the [package root](https://github.com/apache/airflow/blob/3d76fb4bf25e5b7d3d30e0d64867b5999b77f0b0/airflow/providers/amazon/aws/__init__.py) and make it lazy-loaded thought PEP-562, e.g. the same way as if does into the: - [airflow.__init__.py](https://github.com/apache/airflow/blob/3d76fb4bf25e5b7d3d30e0d64867b5999b77f0b0/airflow/__init__.py) - [airflow.models__init__.py](https://github.com/apache/airflow/blob/3d76fb4bf25e5b7d3d30e0d64867b5999b77f0b0/airflow/models/__init__.py) -- 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]
