-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relay logs from AwsGlueJobOperator to Airflow log #23900
Comments
Wouldnt it be better to set operator extra link? |
@eladkal much better than fetch all logs by Airflow, because someone could spawn Glue Job with 40 DPU and in this case Airflow should fetch logs from 80 log prefixes (error and output) Unfortunately it is not easy integrate with AWS UI, for example Developer login in browser into Other disgusting fact which I found when I tried to implement extra link for glue job (spoiler alert - I obsolete work on it) execution is URL pattern: Glue Studio Glue Job (Legacy) Where
Also
All these facts make it difficult to develop Extra Link for AWS Glue (as well as other AWS services), but nothing is impossible, e.g. create link during @virendhar-aws WDYT? |
Closed by #25142 |
Description
When GlueJobs are run directly using AwsGlueJobOperator, a feature to relay Glue Job's to Airflow log. Currently - I have to make couple of hops to access Glue Job logs.
Use case/motivation
Following is the excerpts from Ariflow logs - we see from Glue Job execution,
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: