steveahnahn opened a new pull request, #59944: URL: https://github.com/apache/airflow/pull/59944
Make sqlalchemy optional dependency for presto provider This change makes SQLAlchemy an optional dependency for the Presto provider. Runtime SQLAlchemy imports are now handled lazily and raise AirflowOptionalProviderFeatureException when the dependency is not installed. ## Related Issue: https://github.com/apache/airflow/issues/59906 -- 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]
