uranusjr commented on code in PR #65447:
URL: https://github.com/apache/airflow/pull/65447#discussion_r3216803392
##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/asset_event.py:
##########
@@ -54,6 +55,7 @@ class AssetEventResponse(BaseModel):
source_run_id: str | None = None
source_map_index: int | None = None
partition_key: str | None = None
+ partition_keys: list[str] = Field(default_factory=list)
Review Comment:
Are these supposed to exist together? And the names would be very awkward if
they mean different things (and way too easy to make mistakes on)
--
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]