karenbraganz commented on code in PR #65618: URL: https://github.com/apache/airflow/pull/65618#discussion_r3227605172
########## providers/common/sql/src/airflow/providers/common/sql/operators/sql.py: ########## @@ -18,11 +18,13 @@ from __future__ import annotations import ast +import inspect import re from collections.abc import Callable, Iterable, Mapping, Sequence from functools import cached_property from typing import TYPE_CHECKING, Any, ClassVar, NoReturn, SupportsAbs +from airflow.configuration import conf Review Comment: I have made this change. -- 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]
