ephraimbuddy commented on code in PR #42913: URL: https://github.com/apache/airflow/pull/42913#discussion_r1820466150
########## airflow/jobs/scheduler_job_runner.py: ########## @@ -1367,7 +1367,7 @@ def _create_dag_runs(self, dag_models: Collection[DagModel], session: Session) - data_interval=data_interval, external_trigger=False, session=session, - dag_hash=dag_hash, + dag_version_id=latest_dag_version.id if latest_dag_version else None, Review Comment: I have removed this and adjusted the tests. I didn't want to make many edits on the scheduler tests, that was why I had this but I have corrected it -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org