Khrol commented on issue #6904: [AIRFLOW-6357] Highlight nodes in Graph UI if task id contains dots URL: https://github.com/apache/airflow/pull/6904#issuecomment-569412615 @kaxil , it's a bug fix. Normally, task highlighting works fine in Graph UI when you move the mouse over tasks (with direct upstream and downstream). If upstream or downstream task id contains dots, an exception is thrown and it's not highlighted. We use dots in task ids to keep tasks corresponding to Hive table names. E.g. `some_database.table_name`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
