ashb commented on a change in pull request #5891: [AIRFLOW-5292] Allow
ECSOperator to tag tasks
URL: https://github.com/apache/airflow/pull/5891#discussion_r317064926
##########
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:
I know this is how the boto API accepts tags, but might it be easier for
users to instead accept a dict as `{'tagKey':, 'tagValue'}`?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services