Skip to content

Commit

Permalink
add gcp automl, test_translate deprecation warnings into deprecations…
Browse files Browse the repository at this point in the history
…_ignore file (apache#45128)
  • Loading branch information
gopidesupavan authored and agupta01 committed Jan 6, 2025
1 parent a4865d4 commit b2c9321
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions providers/tests/deprecations_ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2c9321

Please sign in to comment.