amoghrajesh commented on code in PR #60004:
URL: https://github.com/apache/airflow/pull/60004#discussion_r2658953808


##########
providers/presto/src/airflow/providers/presto/hooks/presto.py:
##########
@@ -25,6 +25,9 @@
 from deprecated import deprecated
 from prestodb.exceptions import DatabaseError
 from prestodb.transaction import IsolationLevel
+from airflow.configuration import conf
+- from airflow.configuration import conf
++ from airflow.sdk.configuration import conf

Review Comment:
   This is not valid python code, you need to make changes as per: 
https://github.com/apache/airflow/issues/60000



-- 
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]

Reply via email to