potiuk commented on code in PR #59951: URL: https://github.com/apache/airflow/pull/59951#discussion_r2654359532
########## providers/apache/drill/src/airflow/providers/apache/drill/hooks/drill.py: ########## @@ -19,8 +19,11 @@ from collections.abc import Iterable from typing import TYPE_CHECKING, Any, NoReturn - -from sqlalchemy import create_engine +from airflow.exceptions import AirflowOptionalProviderFeatureException Review Comment: This is likely accidental. -- 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]
