tirkarthi opened a new pull request, #48729: URL: https://github.com/apache/airflow/pull/48729
Loading graph for a dag without dagrun causes the call to be still fetched resulting in 404 error. Another approach would be `enabled: Boolean(runId)` and skip "" as default value for runId. To reproduce 1. Visit a dag page like `http://localhost:8000/dags/example_xcom_args` and select graph. 2. In the console see 404 errors trying to fetch dagrun though there is no dagrun in the params and no dagrun is passed to the API URL. -- 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]
