jason810496 commented on code in PR #61725:
URL: https://github.com/apache/airflow/pull/61725#discussion_r2789050333


##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/asset_event.py:
##########
@@ -36,6 +36,7 @@ class DagRunAssetReference(StrictBaseModel):
     state: str
     data_interval_start: datetime | None
     data_interval_end: datetime | None
+    partition_key: str | None

Review Comment:
   Do we need to add migration file for `DagRunAssetReference` as well?
   
   
https://github.com/apache/airflow/pull/61301/changes#diff-0a23579a81fc04c7f9c8ba7a8dab85a9957bca1c66976931e47ad17abbb75ba8R35



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