You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/23 07:17:15 UTC

[GitHub] ffinfo commented on issue #4396: [WIP][AIRFLOW-3585] - Add edges to database

ffinfo commented on issue #4396: [WIP][AIRFLOW-3585] - Add edges to database
URL: https://github.com/apache/airflow/pull/4396#issuecomment-456696011
 
 
   @ashb: Maybe I even have a much better idea. Versioned graphs. Meaning, storing the graph only if it was been changed comparing to the last run.
   - Add graph id/version to DagRun
   - Change execution_date -> graph_id in DagEdge
   
   This is not such a hard change. The good thing here is that be can detect graph changes even. Less data is stored in the database.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services