Taragolis commented on code in PR #39191: URL: https://github.com/apache/airflow/pull/39191#discussion_r1575869801
########## tests/deprecations_ignore.yml: ########## @@ -56,17 +56,7 @@ # CLI -- tests/cli/commands/test_connection_command.py::TestCliAddConnections::test_cli_connection_add -- tests/cli/commands/test_connection_command.py::TestCliImportConnections::test_cli_connections_import_should_load_connections -- tests/cli/commands/test_connection_command.py::TestCliImportConnections::test_cli_connections_import_should_not_overwrite_existing_connections -- tests/cli/commands/test_connection_command.py::TestCliImportConnections::test_cli_connections_import_should_overwrite_existing_connections - tests/cli/commands/test_kubernetes_command.py::TestGenerateDagYamlCommand::test_generate_dag_yaml Review Comment: Not fully decouple from the core, just do the same thing that we done for the celery. When it depend on the installed version of the provider, if newer specific version than use from the provider otherwise use from the core -- 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]
