Skip to content
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

Fix data connectors options with object-like default values #3475

Closed
lorenzo-cavazzi opened this issue Jan 9, 2025 · 0 comments · Fixed by #3483
Closed

Fix data connectors options with object-like default values #3475

lorenzo-cavazzi opened this issue Jan 9, 2025 · 0 comments · Fixed by #3483
Assignees

Comments

@lorenzo-cavazzi
Copy link
Member

There are a few options that have an object as default (E.G. try picking S3 / AWS and check the list_url_encode object); the storage schema contains something like "default": { "value": false, "valid": false } and that shows up as "[object Object]". The easiest way to handle that is removing the default (it's usually only for properties with very niche use case and we can address that better should users raise the problem).

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant