ffinfo commented on issue #4396: [AIRFLOW-3585] - Add edges to database
URL: https://github.com/apache/airflow/pull/4396#issuecomment-465255343
 
 
   @feng-tao This change has nothing to do with the scheduler or running tasks, 
so testing scheduler, backfill is not required here. Only place where this is 
used is in create_dagrun but in the scheduling of the tasks this new feature is 
not used. So testing with multiple executors is not needed here.
   
   @astahlman Did you also run the scheduler on this branch? if so what is the 
content of the table dag_edge? I think this mainly because the dagrun did 
already exist. Only at a new call `create_dagrun()` will create this edges. 
Backfill will only call this when the DagRun does not exist yet

----------------------------------------------------------------
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