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

Better fix for add-back-references #33207

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Aug 8, 2023

This is a better fix for add-back-references breeze command, as
the previous fix had a bug and processed more than just providers
when providers --gen-type was selected. See #33149.

This version fixes it in a much more consistent way:

  • you have to specify what you want to work on as option
  • you can select few of the provider via auto-complete
  • you can also select apache-airflow and helm-chart
  • you can mix and match them if you need

All the scripts and references where --gen-type was used
previously have been updated and documentation was changed to
reflect it


^ 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 fix-back-reference-default-to-only-providers branch 2 times, most recently from b9cd062 to 24e752a Compare August 8, 2023 15:31
Copy link
Contributor

@amoghrajesh amoghrajesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, few comments.

This is a better fix for add-back-references breeze command, as
the previous fix had a bug and processed more than just providers
when providers --gen-type was selected. See apache#33149.

This version fixes it in a much more consistent way:

* you have to specify what you want to work on as option
* you can  select few of the provider via auto-complete
* you can also select apache-airflow and helm-chart
* you can mix and match them if you need

All the scripts and references where `--gen-type` was used
previously have been updated and documentation was changed to
reflect it
@potiuk potiuk force-pushed the fix-back-reference-default-to-only-providers branch from 24e752a to 0ebfaa3 Compare August 8, 2023 17:14
@potiuk
Copy link
Member Author

potiuk commented Aug 8, 2023

Applied round of comments from @amoghrajesh

@amoghrajesh amoghrajesh self-requested a review August 9, 2023 04:09
Copy link
Contributor

@amoghrajesh amoghrajesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome, thanks @potiuk

@potiuk potiuk merged commit 8c28454 into apache:main Aug 9, 2023
61 checks passed
@potiuk potiuk deleted the fix-back-reference-default-to-only-providers branch August 9, 2023 09:13
ephraimbuddy pushed a commit that referenced this pull request Oct 5, 2023
This is a better fix for add-back-references breeze command, as
the previous fix had a bug and processed more than just providers
when providers --gen-type was selected. See #33149.

This version fixes it in a much more consistent way:

* you have to specify what you want to work on as option
* you can  select few of the provider via auto-complete
* you can also select apache-airflow and helm-chart
* you can mix and match them if you need

All the scripts and references where `--gen-type` was used
previously have been updated and documentation was changed to
reflect it

(cherry picked from commit 8c28454)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants