-
-
Notifications
You must be signed in to change notification settings - Fork 95
Add a --schema
option to the JSON parser
#3295
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
Conversation
4838019
to
c7ce7da
Compare
The new option allows for setting the target schema name explicitly.
c7ce7da
to
1ec2a70
Compare
I think this line must be adapted to enable proper working of --no-infer. Should be if (no_infer and (selector or schema)) then use strict_validator. |
ec1977c
to
e191132
Compare
Fantastic, that worked! |
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.
Looks good. Good that we have a test now!
The new option allows for setting the target schema name explicitly.