pedro-cf commented on issue #37935: URL: https://github.com/apache/airflow/issues/37935#issuecomment-2158061744
> Okay, then I assume I now understand the mis-understanding. Please correct me if I am right: > > In 2.8.2 the main problem was the new DAG run was "hidden". This is what in 2.9.1 now is fixed. The new DAG run appears after triggering. > > BUT you expect the new DAG run being selected. But after triggering the Grid view shows the DAG with all runs, no explicit run selected. > > So in technical detail for step (5) currently the user is directed to `http://localhost:28080/dags/example_params_trigger_ui/grid` but you want the user to be directed to `http://localhost:28080/dags/example_params_trigger_ui/grid?dag_run_id=manual__2024-05-11T21%3A22%3A49%2B02%3A00` (assuming the run_id in this example is the one which was just triggered). > > If this is correctly understood... then it is not a bug but a new feature. Still a small one. Will change the tags. Greetings @jscheffl , not sure if this was included in the `2.9.2` release, but in `2.9.2`: - new DAG Runs are still hidden (sometimes) - the new DAG run is not selected. -- 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]
