dacort commented on code in PR #34225:
URL: https://github.com/apache/airflow/pull/34225#discussion_r1377947406


##########
airflow/providers/amazon/aws/operators/emr.py:
##########
@@ -1173,13 +1184,35 @@ class EmrServerlessStartJobOperator(BaseOperator):
         "execution_role_arn",
         "job_driver",
         "configuration_overrides",
+        "aws_conn_id",
     )
 
     template_fields_renderers = {
         "config": "json",
         "configuration_overrides": "json",
     }
 
+    @property
+    def operator_extra_links(self):

Review Comment:
   Updated to handle Dynamic Task Mapping



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