Taragolis commented on code in PR #28925:
URL: https://github.com/apache/airflow/pull/28925#discussion_r1080548545


##########
airflow/providers/amazon/aws/operators/glue.py:
##########
@@ -144,6 +149,20 @@ def execute(self, context: Context):
             self.wait_for_completion,
         )
         glue_job_run = glue_job.initialize_job(self.script_args, 
self.run_job_kwargs)
+        glue_job_run_url = (
+            f"{BASE_AWS_CONSOLE_LINK}/gluestudio/home?"
+            + 
f"region={glue_job.conn_region_name}#/job/{urllib.parse.quote(self.job_name, 
safe='')}/run/"
+            + glue_job_run["JobRunId"]
+        )

Review Comment:
   Why not? When I initially create BaseAwsLink I've just grab an idea from 
BaseGoogleLink



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