Lee-W commented on code in PR #64211:
URL: https://github.com/apache/airflow/pull/64211#discussion_r2999326360
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/assets.py:
##########
@@ -185,3 +192,21 @@ def set_from_rest_api(cls, v: dict) -> dict:
return v
model_config = ConfigDict(extra="forbid")
+
+
+class MaterializeAssetBody(TriggerDAGRunPostBody):
+ """Materialize asset request."""
+
+ logical_date: AwareDatetime | None = None
Review Comment:
to set the default as None
--
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]