-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
stackdriver task_handler deprecated name arg removed #41659
stackdriver task_handler deprecated name arg removed #41659
Conversation
This is a provider change and shouldn’t be tied with Airflow 3.0. It should be tied to when we want to bump the provider’s major version, but that should likely not be the same time as Airflow 3.0 (bumping major in both would make user migration difficult). |
Yes. If we make provider breaking change, this requires adding a comment in CHANGELOG for that provider and bumping the major version in provider.yaml (see comment in provider's CHANGELOG at the top). And since this is a google provider - it should be coordinated with other breaking changes removal - this is being currently disucssed in #41637 with @moiseenkov |
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.
requesting changes to not merge it accidentally
Yes
Agree with @potiuk . Let's wait for the #41637 resolution and then adjust the depreciation warning here accordingly with a proper sunset date, so users would have time to migrate their code. And once the sunset is reached, we can remove this parameter along with other stuff. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
@dirrao -> I think you need to synchronize with @moiseenkov @VladaZakharova @MaksYermak as the plan is to remove all deprecations (likely in Google Provider). I will remove my "request changes" but i think we need some kind of "ok now we remove all deprecations before the next release of providers" cc: @eladkal |
We are getting close to "deprecation-removal" release of the Google provider.
We are currently working on deprecations removal and will raise a PR soon. Once it is done, I think we will be good to proceed with this PR as well. |
Thanks for the update. I will rebase it once it is merged. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
stackdriver task_handler deprecated name arg removed