uranusjr commented on code in PR #59029:
URL: https://github.com/apache/airflow/pull/59029#discussion_r2588149480
##########
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:
Move this below (all these imports.
Also I think the pyi file also needs to be updated? Honestly I’m not even
sure how that works or why it’s needed.
--
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]