ashb opened a new pull request #22167: URL: https://github.com/apache/airflow/pull/22167
Recently we changed the URL strucutre for Graph and Grid (nee Tree) views, but there were still a few places that used the old names (which still work thanks to the redirects we have in place.) This changes the front end to use the new URLs directly. A few of the places the URL is generated/tweaked via JS, so we needed a pass a "fake" dag_id -- `$dag_id` to the `url_for()` helper (otherwise it would blow up) and then replace it directly in the string from JS. -- 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]
