-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strict typing on dependencies
#36
Comments
Referring to Open-EO/openeo-geopyspark-driver#786, this is the original ticket where this behaviour was detected. |
Ok, I was under the impression that this was an issue with the mapping but it's in the application instead. Thanks for the quick fix. |
Indeed I noticed that the application was still applying some typing and validation to the |
The typing on the
dependencies
key is too strict, not allowing it to include additional fields. The strict convention is not necessary as the field is also mapped as flattened in ElasticSearch, so there is no need to search for its detailed properties. Additionally, the strict validation requires an update of the code every time a new field is added.The text was updated successfully, but these errors were encountered: