dstandish commented on code in PR #49097:
URL: https://github.com/apache/airflow/pull/49097#discussion_r2041133844


##########
airflow-core/src/airflow/models/dagrun.py:
##########
@@ -190,6 +190,15 @@ class DagRun(Base, LoggingMixin):
     # Span context carrier, used for context propagation.
     context_carrier = Column(MutableDict.as_mutable(ExtendedJSON))
     span_status = Column(String(250), server_default=SpanStatus.NOT_STARTED, 
nullable=False)
+    created_dag_version_id = Column(

Review Comment:
   the reason i chose to add "created" is because for a dag that is not i in a 
versioned bundle, there could be many dag versions associated with the dag run. 
 this makes it clear that this refers to the one that was in effect when the 
dag run was created.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to