kaxil commented on code in PR #60485:
URL: https://github.com/apache/airflow/pull/60485#discussion_r2688259730
##########
task-sdk/src/airflow/sdk/__init__.py:
##########
@@ -158,6 +160,7 @@
"literal": ".definitions.template",
"setup": ".definitions.decorators",
"task": ".definitions.decorators",
+ "TaskInstance": ".api.datamodels._generated",
Review Comment:
I don't think we need to add anything in this file. Maybe in SDK docs:
task-sdk/docs/api.rst but not where you have added it. Maybe add a new section
for type?
--
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]