This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new cc38a432d00 add gcp automl, test_translate deprecation warnings into 
deprecations_ignore file (#45128)
cc38a432d00 is described below

commit cc38a432d0086248e67684a154dec529409f25bc
Author: GPK <[email protected]>
AuthorDate: Sat Dec 21 07:09:55 2024 +0000

    add gcp automl, test_translate deprecation warnings into 
deprecations_ignore file (#45128)
---
 providers/tests/deprecations_ignore.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/providers/tests/deprecations_ignore.yml 
b/providers/tests/deprecations_ignore.yml
index 317b3b3a451..ed2325ecd8f 100644
--- a/providers/tests/deprecations_ignore.yml
+++ b/providers/tests/deprecations_ignore.yml
@@ -114,3 +114,23 @@
 - 
providers/tests/google/cloud/transfers/test_gcs_to_gcs.py::TestGoogleCloudStorageToCloudStorageOperator::test_wc_with_last_modified_time_with_all_true_cond
 - 
providers/tests/google/cloud/transfers/test_gcs_to_gcs.py::TestGoogleCloudStorageToCloudStorageOperator::test_wc_with_last_modified_time_with_one_true_cond
 - 
providers/tests/google/cloud/transfers/test_gcs_to_gcs.py::TestGoogleCloudStorageToCloudStorageOperator::test_wc_with_no_last_modified_time
+- 
providers/tests/google/cloud/links/test_translate.py::TestTranslationLegacyDatasetLink::test_get_link
+- 
providers/tests/google/cloud/links/test_translate.py::TestTranslationDatasetListLink::test_get_link
+- 
providers/tests/google/cloud/links/test_translate.py::TestTranslationLegacyModelLink::test_get_link
+- 
providers/tests/google/cloud/links/test_translate.py::TestTranslationLegacyModelTrainLink::test_get_link
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_get_conn
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_prediction_client
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_create_model
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_batch_predict
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_predict
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_create_dataset
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_import_dataset
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_list_column_specs
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_get_model
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_delete_model
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_update_dataset
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_deploy_model
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_list_table_specs
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_list_datasets
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_delete_dataset
+- 
providers/tests/google/cloud/hooks/test_automl.py::TestAutoMLHook::test_get_dataset

Reply via email to