ashb commented on code in PR #57744:
URL: https://github.com/apache/airflow/pull/57744#discussion_r2537426352
##########
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:
This one might have to be `airflow.configuration` -- We're already checking
that airflow.settings is already loaded, which means that airflow.configuration
will be too.
--
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]