dstandish commented on code in PR #50918:
URL: https://github.com/apache/airflow/pull/50918#discussion_r2101096187
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/ui/config.py:
##########
@@ -24,13 +24,13 @@
class ConfigResponse(BaseModel):
"""configuration serializer."""
- page_size: int
- auto_refresh_interval: int
- hide_paused_dags_by_default: bool
+ page_size: int | None
+ auto_refresh_interval: int | None
+ hide_paused_dags_by_default: bool | None
instance_name: str
enable_swagger_ui: bool
Review Comment:
don't know; but, webserver does not crash now.
--
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]