Copilot commented on code in PR #40634:
URL: https://github.com/apache/superset/pull/40634#discussion_r3337822286
##########
superset/charts/schemas.py:
##########
@@ -659,6 +668,13 @@ class
ChartDataProphetOptionsSchema(ChartDataPostProcessingOperationOptionsSchem
"min": 0,
Review Comment:
`periods` now enforces an upper bound via `Range(max=10000)`, but the field
metadata still only documents a minimum (`"min": 0`). To keep the generated
schema/docs accurate, include a corresponding `"max": 10000` in the metadata
block (or remove the metadata bounds entirely and rely on `Range`).
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]