You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without a file format, the built DuckDB query will fail, so we should warn the user ahead-of-time.
Some solution ideas:
Add a new validation condition to each relevant connector's Yup schema. However, Yup natively only supports errors not warnings. We might be able to extend Yup with a custom warning function, but we'd also need to ensure our form library can visualize the warning.
We could show a Yup error, prevent form submission, and instruct users to eject to the Source editor to write the DuckSQL themselves.
The text was updated successfully, but these errors were encountered:
Without a file format, the built DuckDB query will fail, so we should warn the user ahead-of-time.
Some solution ideas:
The text was updated successfully, but these errors were encountered: