phanipaladugula commented on code in PR #60485:
URL: https://github.com/apache/airflow/pull/60485#discussion_r2688446423


##########
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:
   Hi Kaxil! I have completed the updates. I reverted the changes to the 
__init__.py file and added a new 'Data Models' section at the end of 
task-sdk/docs/api.rst. I used the autoclass directive for TaskInstance and 
ExecutionConfig to ensure their attributes are automatically documented from 
the source.



-- 
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]

Reply via email to