amoghrajesh commented on code in PR #59029:
URL: https://github.com/apache/airflow/pull/59029#discussion_r2589215941
##########
task-sdk/src/airflow/sdk/__init__.py:
##########
@@ -72,6 +73,9 @@
if TYPE_CHECKING:
from airflow.sdk.api.datamodels._generated import DagRunState,
TaskInstanceState, TriggerRule, WeightRule
from airflow.sdk.bases.hook import BaseHook
+ from airflow.sdk.configuration import AirflowSDKConfigParser
+
+ conf: AirflowSDKConfigParser
Review Comment:
Handled in here: [handling comments from
TP](https://github.com/apache/airflow/pull/59029/commits/0dd4221da8fd1f2634eddadaf19065d9fc7b41cd)
--
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]