ffinfo commented on issue #4396: [AIRFLOW-3585] - Add edges to database
URL: https://github.com/apache/airflow/pull/4396#issuecomment-463929201
 
 
   @astahlman I have seen the same thing. This happens when you generated a 
dagrun on master and try to view this on this branch. This is because some 
values are missing from the database because master is not aware of them.
   If you reset your database and create a start a dagrun on this branch the 
issue is not there anymore. 
   
   The main issue is the color column in task_instance. There could be 3 
possible solutions:
   - Keep it as it is and accept a breaking change because this is for airflow 
2.0 anyway.
   - Add a default color on the database migrations
   - Reparse dag files to fetch the color during the database migrations

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to