jscheffl commented on PR #61568:
URL: https://github.com/apache/airflow/pull/61568#issuecomment-3940528932
> I have rebased this branch on the latest main to clear unrelated CI
failures. I also resolved the documentation inventory failure by redefining
TaskInstance as a class (inheriting from Protocol) in airflow.sdk.types, which
ensures it is correctly discovered and documented by Sphinx
I'd say as the last failed test shows in the error:
task-sdk/tests/task_sdk/docs/test_docs_inventory.py:82: in
test_docs_inventory_matches_public_api
assert not missing, f"Public API items missing in docs: {missing}"
So the addition in public API is missing.
--
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]