-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Delete deprecated AutoML operators (inc. 'google-cloud-automl' dep.) and deprecate hook and links #38418
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
Delete deprecated AutoML operators (inc. 'google-cloud-automl' dep.) and deprecate hook and links #38418
Conversation
141ed6d to
ab920d2
Compare
ab920d2 to
6af3a9a
Compare
6af3a9a to
cbc4a68
Compare
cbc4a68 to
f2c54f2
Compare
a19e1bf to
85c0f32
Compare
85c0f32 to
f167253
Compare
f167253 to
8c9d191
Compare
|
I will be reverting the commit We want to take a bit of a different approach for depreciation since we did not include depreciation for most of the operators. Removing them without deprecation tends to become a breaking change and also mentioned here. |
…and links (apache#38418)" This reverts commit 4a4eee1
Thanks for pointing it out! |
|
Thank you for creating the revert PR @shahar1 Also, wrote to the PR #38633 and put a comment
Yes, indeed. I am already doing it. You can see my changes over this PR on another fork, I will be creating a community PR, ASAP (of course after the revert PR merged) |
…and links (apache#38418)" This reverts commit 4a4eee1
Starting March 31, 2024, GCP will sunset the old AutoML API, effectively making the deprecated operators, 'google-cloud-automl' dependency, links and hook unusable. This PR:
CloudAutoMLHookThe hook and the links haven't been formally deprecated in Airflow, so it might be better to take a bit more cautious approach before removing both, as theoretically someone could import them into their codebase without knowing that they are deprecated.
^ 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.rstor{issue_number}.significant.rst, in newsfragments.