kaxil commented on code in PR #60485:
URL: https://github.com/apache/airflow/pull/60485#discussion_r2690378706
##########
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 meant documented
https://github.com/phanipaladugula/airflow/blob/c4128f3d6f4891c8a0c93f84a8dbd08c1da824ea/task-sdk/src/airflow/sdk/types.py#L58-L73
type not the data model
##########
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 meant document
https://github.com/phanipaladugula/airflow/blob/c4128f3d6f4891c8a0c93f84a8dbd08c1da824ea/task-sdk/src/airflow/sdk/types.py#L58-L73
type not the data model
--
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]