eduardchai commented on issue #23852: URL: https://github.com/apache/airflow/issues/23852#issuecomment-1138117110
> For #23590 (related to #23489 and #23580), tasks with `.` are shown again in grid view. > > I checked that #23521 also fixes the scheduler error loop too. The tasks with `.` appears only on newly created dags. If you are modifying an existing DAG (e.g. `task_id` from `run_0` to `run.0`, adding a task to an existing DAG, etc) it will not work and you need to delete the DAG first. Modifying DAG `task_id` may not be a common practice, so this info may be useful for people who do. -- 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]
