-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Remove Provider Deprecations in Standard #44541
Remove Provider Deprecations in Standard #44541
Conversation
One thing more I realized - I think we need to add a CHANGELOG entry - that will eventually will land in a single "1.0" changelog for "standard" provider. Cc: @eladkal -> we need to find out a way to tell our users - surely, you can use the "standar" operators from here - but here is the list of things that changed in it since the "built-in" ones. |
Just add messages to CHANGELOG.rst for the provider ? - we can then combine all the changelog entries for 0.* versions when we release 1.0. Does it sound good as "making things right" @eladkal @jscheffl :D ? |
I don't think it's right to wait for 1.0 |
Correct. What I proposed, was to continue adding it (as usual) and release in |
relates to #44559 |
* Remove Provider Deprecations in Standard * Remove Provider Deprecations in Standard, catch decorators as well
In Airflow 3 Dev Call we discussed and made a LAZY CONSENSUS to remove all deprecation's in providers prior 2.11 release in https://lists.apache.org/thread/lhy7zhz8yxo3jjpln0ds8ogszgb9b469.
This PR is the first for the provider Standard
As I fear a bit of side-effects, I force full tests.