ephraimbuddy commented on code in PR #42913:
URL: https://github.com/apache/airflow/pull/42913#discussion_r1803833984


##########
airflow/models/dag.py:
##########
@@ -2463,7 +2471,7 @@ def create_dagrun(
         conf: dict | None = None,
         run_type: DagRunType | None = None,
         session: Session = NEW_SESSION,
-        dag_hash: str | None = None,
+        dag_version_id: int | None = None,

Review Comment:
   dag_version_id is a foreignkey from dag_version table to dagrun and auto 
increments based on how sqlalchemy works. However, it will eventually be 
refactored to be a UUID. 



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