jason810496 commented on code in PR #61550:
URL: https://github.com/apache/airflow/pull/61550#discussion_r2799591348
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_run.py:
##########
@@ -106,6 +106,7 @@ class TriggerDAGRunPostBody(StrictBaseModel):
conf: dict | None = Field(default_factory=dict)
note: str | None = None
partition_key: str | None = None
+ bundle_version: str | None = None
Review Comment:
We need to add compatible migration file like:
https://github.com/apache/airflow/pull/61725#discussion_r2789050333
--
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]