You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not support monthly datasets (both in the UI and on the backend)
Either create a second endpoint for monthly data or include monthly | yearly options in the query parameters but it would be better if we waited for discriminated union support in pydantic:
Currently we do not support monthly datasets (both in the UI and on the backend)
Either create a second endpoint for monthly data or include
monthly | yearly
options in the query parameters but it would be better if we waited for discriminated union support in pydantic:pydantic/pydantic#2336
https://pydantic-docs.helpmanual.io/usage/schema/#field-customisation with
const=True
may also workThe text was updated successfully, but these errors were encountered: