Skip to content
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

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Dec 10, 2023

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.

@potiuk potiuk force-pushed the include-removed-providers-when-preparing-packages branch 2 times, most recently from 5886518 to 8a25c30 Compare December 11, 2023 11:50
Copy link
Contributor

@eladkal eladkal left a 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

@potiuk potiuk force-pushed the include-removed-providers-when-preparing-packages branch from 8a25c30 to 607e881 Compare December 12, 2023 07:52
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).
@potiuk potiuk force-pushed the include-removed-providers-when-preparing-packages branch from 607e881 to 997b96e Compare December 12, 2023 08:25
@potiuk
Copy link
Member Author

potiuk commented Dec 12, 2023

Added also --include-provider-packages - but please test it (and possibly fix it) when you do release with it as I had no time to test it thoroughly. Should be easy to fix any problems there - I will not be available most of the day today.

@potiuk potiuk merged commit a7bb9e2 into apache:main Dec 12, 2023
76 checks passed
@potiuk potiuk deleted the include-removed-providers-when-preparing-packages branch December 12, 2023 10:52
potiuk added a commit to potiuk/airflow that referenced this pull request Dec 12, 2023
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.
potiuk added a commit that referenced this pull request Dec 12, 2023
…36191)

The change #36160 included removed providers in documentation
generation - which is unnecesary and we should not do it.

This PR avoids doing it for removed providers.
potiuk added a commit that referenced this pull request Dec 15, 2023
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)
potiuk added a commit that referenced this pull request Dec 15, 2023
…36191)

The change #36160 included removed providers in documentation
generation - which is unnecesary and we should not do it.

This PR avoids doing it for removed providers.

(cherry picked from commit c2f440d)
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants