rusackas commented on code in PR #40634:
URL: https://github.com/apache/superset/pull/40634#discussion_r3338048698
##########
superset/charts/schemas.py:
##########
@@ -659,6 +668,13 @@ class
ChartDataProphetOptionsSchema(ChartDataPostProcessingOperationOptionsSchem
"min": 0,
Review Comment:
Fixed — added `"max": 10000` to the `periods` field metadata so the OpenAPI
docs now accurately reflect the Range(max=10000) validator already in place.
--
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]