ashb commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to
database
URL: https://github.com/apache/airflow/pull/4396#discussion_r256765359
##########
File path: airflow/models/__init__.py
##########
@@ -4293,6 +4413,7 @@ class DagRun(Base, LoggingMixin):
run_id = Column(String(ID_LEN))
external_trigger = Column(Boolean, default=True)
conf = Column(PickleType)
+ graph_id = Column(Integer, default=0)
Review comment:
I'd rather this was nullable than have a default of 0
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services