Lee-W commented on code in PR #47644: URL: https://github.com/apache/airflow/pull/47644#discussion_r1994636749
########## providers/apache/hive/src/airflow/providers/apache/hive/operators/hive.py: ########## @@ -26,8 +26,7 @@ from airflow.configuration import conf from airflow.models import BaseOperator from airflow.providers.apache.hive.hooks.hive import HiveCliHook -from airflow.utils import operator_helpers -from airflow.utils.operator_helpers import context_to_airflow_vars +from airflow.sdk.execution_time.context import AIRFLOW_VAR_NAME_FORMAT_MAPPING, context_to_airflow_vars Review Comment: We'll need to import these from [common.compat provider](https://github.com/apache/airflow/blob/main/providers/common/compat/README.rst) for backward compat -- 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]
