The GitHub Actions job "Tests" on airflow.git/prototype-task-sdk-docs has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: a02aadeae045363a0e016b46f3093e0b75c90ec4 / Ash Berlin-Taylor <[email protected]> Start working on the docs for the Task SDK In order to have a nicer experience (i.e. rather than just being given an alphabetical list of classes/functions) I have chosen to not use the auto generate feature of the AutoAPI extension, but instead to precisely control the order and grouping of the classes. For this to be complete we will likely need some testing that compares the items on the generated `objects.inv` with the things we re-export from `airflow/sdk/__init__.py`. The `airflow/sdk/__init__.pyi` type stub is sadly needed, as without it (and with the imports only inside the `if TYPE_CHECKING` block) we weren't getting the re-exported classes showing up where we want them, specifically we want users to import things directly from airflow.sdk, not the submodule. It was generated with `stubgen -o task_sdk/src -m airflow.sdk` Test this with `sphinx-build -b html -Tv task_sdk/docs/ task_sdk/docs/_build` Report URL: https://github.com/apache/airflow/actions/runs/14360871163 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
