StevenReitsma commented on a change in pull request #5645: [AIRFLOW-5027] Get 
logs from CloudWatch for ECSOperators
URL: https://github.com/apache/airflow/pull/5645#discussion_r316670866
 
 

 ##########
 File path: airflow/contrib/operators/ecs_operator.py
 ##########
 @@ -96,6 +111,10 @@ def __init__(self, task_definition, cluster, overrides,
         self.platform_version = platform_version
         self.network_configuration = network_configuration
 
+        self.awslogs_group = awslogs_group
+        self.awslogs_region = awslogs_region
 
 Review comment:
   The CloudWatch region can actually be different from the region of your ECS 
cluster. If you leave the `self.awslogs_region` empty it will use your default 
region.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to