-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Fix AF3 TriggerDagRunLink to handle combinations of base_url #54218
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
Conversation
[Bug fix]AF3 TriggerDagRunLink
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind updating the relevant test please.
Otherwise LGTM, cc: @ashb
Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com>
|
@kandharvishnu couple of tests + static tests are failing on this one, could you please take a look? |
Will do it tonight |
amoghrajesh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
pierrejeambrun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
…url (apache#54218) (cherry picked from commit 0204a89) Co-authored-by: kandharvishnu <46064835+kandharvishnu@users.noreply.github.com> Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com> Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
…54218) Co-authored-by: Ash Berlin-Taylor <ash_github@firemirror.com> Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
Closes: #54217
With this PR, the broken
TriggerDagRunLinkin AF3 is fixed.Prior to this fix, when the
Triggered DAGbutton in details page is clicked, it will result in broken page.This PR helps to fix this.