ephraimbuddy commented on code in PR #61550:
URL: https://github.com/apache/airflow/pull/61550#discussion_r2895372795
##########
airflow-core/src/airflow/serialization/definitions/dag.py:
##########
@@ -1141,7 +1157,7 @@ def _create_orm_dagrun(
triggered_by=triggered_by,
triggering_user_name=triggering_user_name,
backfill_id=backfill_id,
- bundle_version=bundle_version,
+ bundle_version=resolved_bundle_version,
partition_key=partition_key,
note=note,
)
Review Comment:
Below, we set the run.dag to the latest dag and verify_integrity doesn't
also have the concept of bundle_version which can make it create task instances
in a different bundle version. I think this is a blocker
--
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]