github-actions[bot] opened a new pull request, #54473:
URL: https://github.com/apache/airflow/pull/54473
When airflow package inventories cannot be downloaded (for example
because they were deleted) we can always rebuild them locally from
sources. This might happen for example when our "main" developer
documentation published in `apache-airflow-docs` is accidentally
or purposefully deleted (for example to refresh it from scratch).
This can also happen when we have a new provider and it has never
been published, or when we add new distribution that has not yet
had a documentation built (such as task-sdk, or airflowctl in
the future).
This PR updates the existing mechanism to:
* not only handle missing "apache-airflow-" packages but also the
other airflow packages that do not follow this naming convention
* adds better diagnostics so that if we miss to add a distribution
in the future we know what to do
(cherry picked from commit 8d311c7d874eedd8c4d82ee5865be4058a3b3cc0)
Co-authored-by: Jarek Potiuk <[email protected]>
--
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]