amoghrajesh commented on code in PR #59029:
URL: https://github.com/apache/airflow/pull/59029#discussion_r2589153074
##########
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:
Yeah I thought it was not needed as well but #51153 tells that it is needed.
I will update both
--
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]