Re: [PR] Delete deprecated AutoML operators and hook [airflow]

2024-03-23 Thread via GitHub
shahar1 commented on code in PR #38418: URL: https://github.com/apache/airflow/pull/38418#discussion_r1536239715 ## airflow/providers/google/cloud/hooks/automl.py: ## @@ -1,642 +0,0 @@ -# Review Comment: Technically speaking - we didn't actually deprecate this hook, but as

Re: [PR] Delete deprecated AutoML operators and hook [airflow]

2024-03-22 Thread via GitHub
shahar1 commented on code in PR #38418: URL: https://github.com/apache/airflow/pull/38418#discussion_r1536239715 ## airflow/providers/google/cloud/hooks/automl.py: ## @@ -1,642 +0,0 @@ -# Review Comment: Technically speaking - we didn't actually deprecate this hook, but as

Re: [PR] Delete deprecated AutoML operators and hook [airflow]

2024-03-22 Thread via GitHub
shahar1 commented on code in PR #38418: URL: https://github.com/apache/airflow/pull/38418#discussion_r1536239715 ## airflow/providers/google/cloud/hooks/automl.py: ## @@ -1,642 +0,0 @@ -# Review Comment: Technically speaking - we didn't actually deprecate this hook, but as

Re: [PR] Delete deprecated AutoML operators and hook [airflow]

2024-03-22 Thread via GitHub
shahar1 commented on code in PR #38418: URL: https://github.com/apache/airflow/pull/38418#discussion_r1536239715 ## airflow/providers/google/cloud/hooks/automl.py: ## @@ -1,642 +0,0 @@ -# Review Comment: Technically speaking - we didn't actually deprecate this hook, but as

[PR] Delete deprecated AutoML operators and hook [airflow]

2024-03-22 Thread via GitHub
shahar1 opened a new pull request, #38418: URL: https://github.com/apache/airflow/pull/38418 Starting March 31, 2024, GCP will sunset the old AutoML API, thus making the deprecated operators and hook effectively unusable. This PR removes all related logic (operators, hook