eladkal commented on code in PR #39716: URL: https://github.com/apache/airflow/pull/39716#discussion_r1606679948
########## tests/deprecations_ignore.yml: ########## @@ -395,6 +395,9 @@ - tests/providers/google/cloud/hooks/test_bigquery.py::TestTimePartitioningInRunJob::test_run_query_with_arg - tests/providers/google/cloud/hooks/test_bigquery.py::TestTimePartitioningInRunJob::test_run_with_auto_detect - tests/providers/google/cloud/hooks/test_cloud_sql.py::TestCloudSqlDatabaseHook::test_cloudsql_database_hook_get_database_hook +- tests/providers/google/cloud/hooks/test_datapipeline.py::TestDataPipelineHook::test_get_conn +- tests/providers/google/cloud/hooks/test_datapipeline.py::TestDataPipelineHook::test_create_data_pipeline +- tests/providers/google/cloud/hooks/test_datapipeline.py::TestDataPipelineHook::test_run_data_pipeline Review Comment: I think the aim of this list is to be shorter over time and not bigger. Why do we need to ignore the deprecations? it's best to just handle them -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
