Skip to content
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

Check for run_id url param when linking to graph/gantt views #29066

Merged
merged 1 commit into from
Jan 21, 2023

Conversation

bbovenzi
Copy link
Contributor

Some parts of the app linked over to the graph and gantt views with a run_id= param, but we weren't actually using that param to decide which run to show for a user.
Now, we will first check for run_id, and only use execution_date if run_id isn't specified.

Fixes: #28155


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added the area:webserver Webserver related Issues label Jan 20, 2023
@bbovenzi bbovenzi added this to the Airflow 2.5.2 milestone Jan 20, 2023
@potiuk potiuk merged commit 9dedf81 into apache:main Jan 21, 2023
maggesssss pushed a commit to maggesssss/airflow that referenced this pull request Jan 21, 2023
@bbovenzi bbovenzi deleted the fix-graph+gantt-links branch January 23, 2023 15:00
@pierrejeambrun pierrejeambrun added type:misc/internal Changelog: Misc changes that should appear in change log type:bug-fix Changelog: Bug Fixes labels Feb 27, 2023
pierrejeambrun pushed a commit that referenced this pull request Mar 7, 2023
pierrejeambrun pushed a commit that referenced this pull request Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes type:misc/internal Changelog: Misc changes that should appear in change log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Links to dag graph some times display incorrect dagrun
3 participants