ashb commented on code in PR #50918:
URL: https://github.com/apache/airflow/pull/50918#discussion_r2100945387


##########
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

Review Comment:
   Aren't these all meant to have defaults in the configs, so they shouldn't 
actually be null, right @pierrejeambrun 



-- 
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]

Reply via email to