amoghrajesh commented on code in PR #57744:
URL: https://github.com/apache/airflow/pull/57744#discussion_r2541454502
##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -292,7 +292,7 @@ def block_orm_access():
conn = "airflow-db-not-allowed:///"
if "airflow.settings" in sys.modules:
from airflow import settings
- from airflow.configuration import conf
+ from airflow.sdk.configuration import conf
Review Comment:
Right yes, handled it
--
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]