-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Spec.json UI rendering bugs. #2730
Comments
We have grouping for |
Also, is |
Not marked as required.
Is this different from schema 2 listed in the ticket? |
The way the schema 2 is structured make is a bit unclean. could we have something more like that:
|
Good suggestion. Just tested this and this seems okay. Will make the change later today. Going to leave this ticket up here still in case others run into this. |
Expected Behavior
When modifying a
spec.json
file I expect rendering matching the json schema.Stumbled upon these while trying to implement the Redshift Copy Strategy.
Current Behavior
Spec 1
This schema is of an object that is optional, but has 4 required fields. i.e. All four fields are required if any one is filled up. None are required if there are all empty.
I'd expect:
Spec 2
This schema is of an object with a
oneOf
with one option.Although this renders correctly, I am unable to click the
Test Destination
button even if all the fields in theoneOf
struct are filled.Steps to Reproduce
For each one of the above json schemas,
Severity of the bug for you
Low - I don't expect many people to submit complex json schemas.
Airbyte Version
0.17.2 was when I encountered this on.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: