-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Logs for EmrStepSensor #23437
Comments
It's more of a feature for ExtraLink https://airflow.apache.org/docs/apache-airflow/stable/howto/define_extra_link.html rather than putting the link to the log (or maybe both). Anyhow marked ait as good first issue for someone who would like to pick it up. |
Assigned it to you @phanikumv |
@phanikumv are you still working on this issue? |
Unassigning Phani so that someone else can pick this up. |
@syedahsn is going to pick this up. Can someone with access assign this to him? |
We can assign only to users who commented on the issue (github limitation) |
Oh, TIL! @syedahsn you know what to do : ) |
Can I be assigned this issue? Thanks @eladkal :) |
Description
Add feature to EmrStepSensor to bring back the spark task url & logs after task execution
Use case/motivation
After starting an EMR step task using EmrAddStepsOperator we generally have an EmrStepSensor to track the status of the step. The job ID is available for the sensor and is being poked at regular interval.
After the task is completed the status is displayed. If the user wants to review the logs of the task, it is a multistep process to get hold of the job logs from EMR cluster.
It will be a great addition to add the log url and possibly relay the logs to Airflow EmrStepSensor post completion of the task. This will be very handy when there are failures of many tasks and will make it a great user experience.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: