You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/08/23 10:38:48 UTC

[GitHub] [airflow] philipphoffmann commented on a change in pull request #5891: [AIRFLOW-5292] Allow ECSOperator to tag tasks

philipphoffmann commented on a change in pull request #5891: [AIRFLOW-5292] Allow ECSOperator to tag tasks
URL: https://github.com/apache/airflow/pull/5891#discussion_r317075255
 
 

 ##########
 File path: airflow/contrib/operators/ecs_operator.py
 ##########
 @@ -73,6 +73,8 @@ class ECSOperator(BaseOperator):
     :type platform_version: str
     :param network_configuration: the network configuration for the task
     :type network_configuration: dict
+    :param tags: a list of tags in the form of [{'key': 'tagKey', 'value': 'tagValue'}].
+    :type tags: list
 
 Review comment:
   yup, sounds good, changed it

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services