-
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
52 accept vtl 21 standard datastructures #53
Conversation
… VTL standard datastructures. Nullable attribute in Component class was modified to allow it. json_schema_2.1.json was created in utils so tests can be performed.
…o allow the use of VTL 2.1 standard structures Moved json_schema_2.1.json file to a folder named schema.
Although, json_schema_2.1.json was updated to support and to allow the existence of this component when a 2.1 VTL data structure is given.
Implemented an InputValidationException with its message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to amend the JSON Schema and the default nullability, rest seems good. Some more testing is also needed.
Updated json schema with vtl 2.1 official data structure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good now, thanks😁
I will solve conflicts and merge this ASAP |
…t-vtl-21-standard-datastructures # Conflicts: # pyproject.toml # src/vtlengine/Operators/Conditional.py # src/vtlengine/Operators/Time.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked changes
No description provided.