-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Webapp: support only const
in OneOf as default value
#6384
Comments
@jamakase fyi |
@marcosmarxm is this only related to the list of objects? I checked the docs here (https://docs.airbyte.com/connector-development/connector-specification-reference), but it doesn't have any details. |
|
I have checked - all works with there is also closed issue with improved SAT test #11703 which checks @marcosmarxm I think we can close this issue now |
Tell us about the problem you're trying to solve
The Webapp doesnt support to use only
const
in the spec.json to create a new connector.See example from Google Search Console:
airbyte/airbyte-integrations/connectors/source-google-search-console/source_google_search_console/spec.json
Lines 27 to 79 in 9aa5a5a
For more context check issue #6221 and PR #6222
Describe the solution you’d like
Should use only const in OneOf fields
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
Add any other context or screenshots about the feature request here.
Are you willing to submit a PR?
Remove this with your answer :-)
The text was updated successfully, but these errors were encountered: