Lee-W commented on code in PR #57352:
URL: https://github.com/apache/airflow/pull/57352#discussion_r2468757997
##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/asset.py:
##########
@@ -26,7 +28,7 @@ class AssetResponse(BaseModel):
name: str
uri: str
group: str
- extra: dict | None = None
+ extra: dict[str, JsonValue] | None = None
Review Comment:
agree it's not needed
--
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]