Ajay9704 commented on PR #60203:
URL: https://github.com/apache/airflow/pull/60203#issuecomment-3718245776
@uranusjr @phanikumv Thanks for the reviews! I've addressed the feedback:
1. Removed the unnecessary try-except block around the airflow.sdk import
since task-sdk must be available when building docs for providers that use
BaseSensorOperator
2. Removed the empty code block with just a pass statement that wasn't doing
anything
The changes now cleanly add:
Task-sdk source path to autoapi_dirs so provider documentation can find SDK
classes
Intersphinx mapping to enable proper cross-referencing to task-sdk
documentation
This should resolve the issue where BaseSensorOperator wasn't clickable in
provider documentation, making sensor parameters easier to discover. Thanks
again for the feedback!
--
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]