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
This results in an error when an old-style version specifier is supplied (or when none is supplied and the default is used), and new-style version specifiers can't be used since they are checked against the old JSON Schema.
Exception: the request you have submitted is not valid. Value 'v201912.0.0' not valid for parameter 'version', valid values are: v201706, v201812, v201912, v202012.
The variable names have changed too.
The text was updated successfully, but these errors were encountered:
On further inspection, the CDS backend API parameter schemata have also changed for the ERA5 and satellite sea ice thickness datasets. Further updates to xcube-cds will be needed.
These changes weren't picked up by the unit tests because the tests use mock cdsapi clients with pre-populated data rather than the live API.
The CDS server has recently changed the API for the soil moisture dataset: the valid version specifiers are no longer
but
This results in an error when an old-style version specifier is supplied (or when none is supplied and the default is used), and new-style version specifiers can't be used since they are checked against the old JSON Schema.
Steps to reproduce:
Result:
The variable names have changed too.
The text was updated successfully, but these errors were encountered: