jscheffl commented on code in PR #45397:
URL: https://github.com/apache/airflow/pull/45397#discussion_r1903112577
##########
airflow/api_fastapi/core_api/datamodels/pools.py:
##########
@@ -83,3 +83,4 @@ class PoolPostBulkBody(BaseModel):
"""Pools serializer for post bodies."""
pools: list[PoolPostBody]
+ overwrite: bool | None = Field(default=False)
Review Comment:
If the field has a default of `False` does it need to accept no value then?
--
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]