-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include removed providers when preparing packages #36160
Include removed providers when preparing packages #36160
Conversation
5886518
to
8a25c30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for taking care of this @potiuk
I think we should have #36160 (comment) as well but not mandatory
8a25c30
to
607e881
Compare
As of recently, we have a possibility to schedule providers for removal. They should be removed once they got released the last time - with the removal note added to the documentation. We had a special step in the process to generate documentation and build packages, but this is pretty easy to forget it and miss such package when release is prepared. We modify the tooling slightly - removed providers will be included in release preparation even if they are techniclaly suspended and would be excluded (if they were not removed).
607e881
to
997b96e
Compare
Added also |
The change apache#36160 included removed providers in documentation generation - which is unnecesary and we should not do it. This PR avoids doing it for removed providers.
As of recently, we have a possibility to schedule providers for removal. They should be removed once they got released the last time - with the removal note added to the documentation. We had a special step in the process to generate documentation and build packages, but this is pretty easy to forget it and miss such package when release is prepared. We modify the tooling slightly - removed providers will be included in release preparation even if they are techniclaly suspended and would be excluded (if they were not removed). (cherry picked from commit a7bb9e2)
As of recently, we have a possibility to schedule providers for removal. They should be removed once they got released the last time - with the removal note added to the documentation. We had a special step in the process to generate documentation and build packages, but this is pretty easy to forget it and miss such package when release is prepared.
We modify the tooling slightly - removed providers will be included in release preparation even if they are techniclaly suspended and would be excluded (if they were not removed).
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.