Birne94 commented on code in PR #38921: URL: https://github.com/apache/airflow/pull/38921#discussion_r1566988169
########## airflow/providers/databricks/operators/databricks.py: ########## @@ -29,6 +29,7 @@ from airflow.configuration import conf from airflow.exceptions import AirflowException, AirflowProviderDeprecationWarning from airflow.models import BaseOperator, BaseOperatorLink, XCom +from airflow.operators.python import get_current_context Review Comment: Does it make sense to remove this utility to the `taskinstance` module (where `_CURRENT_CONTEXT` is maintained) or a separate utility module? -- 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]
