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


##########
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:
   Ah interesting, was not aware of that - I'll need to update the PR to handle 
that, thanks for the references!



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to