potiuk commented on code in PR #39084:
URL: https://github.com/apache/airflow/pull/39084#discussion_r1570377291


##########
tests/core/test_logging_config.py:
##########
@@ -319,9 +322,10 @@ def 
test_log_group_arns_remote_logging_with_cloudwatch_handler(
 
     def test_loading_remote_logging_with_kwargs(self):
         """Test if logging can be configured successfully with kwargs"""
+        pytest.importorskip("airflow.providers.amazon", reason="'amazon' 
provider not installed")
         from airflow.config_templates import airflow_local_settings
         from airflow.logging_config import configure_logging
-        from airflow.utils.log.s3_task_handler import S3TaskHandler
+        from airflow.providers.amazon.aws.log.s3_task_handler import 
S3TaskHandler

Review Comment:
   Yes. That's main reasons it's not done yet - while we managed to move 
configuration and few other things, this one remains coupled with 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]

Reply via email to