mikaelfr commented on a change in pull request #9204:
URL: https://github.com/apache/airflow/pull/9204#discussion_r442088796



##########
File path: airflow/models/baseoperator.py
##########
@@ -243,6 +243,8 @@ class derived from this one results in the creation of a 
task object,
     :param do_xcom_push: if True, an XCom is pushed containing the Operator's
         result
     :type do_xcom_push: bool
+    :param task_tags: List of tags used to identify this task

Review comment:
       It was originally just called `tags` but when some tests failed I found 
out that 
[ECSOperator](https://github.com/apache/airflow/blob/e2b219823b9435dcdb0956a64ee2fdbf2e475124/airflow/providers/amazon/aws/operators/ecs.py#L89-L90),
 
[OpsgenieAlertOperator](https://github.com/apache/airflow/blob/e2b219823b9435dcdb0956a64ee2fdbf2e475124/airflow/providers/opsgenie/operators/opsgenie_alert.py#L50-L51)
 and 
[AzureContainerInstancesOperator](https://github.com/apache/airflow/blob/e2b219823b9435dcdb0956a64ee2fdbf2e475124/airflow/providers/microsoft/azure/operators/azure_container_instances.py#L90-L91)
 already have a `tags` parameter.




----------------------------------------------------------------
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


Reply via email to