obevo icon indicating copy to clipboard operation
obevo copied to clipboard

Provide a clearer error message on static data loads to signal if folks are in CSV mode

Open shantstepanian opened this issue 7 years ago • 0 comments

Use case:

  • Teams write sql statements as "insert mytable", which does not fit the current check using "insert into"

A better error message should be given for such use cases to hint that the file format expects CSV

We also may want to feature flag this in the future to only allow .csv to be loaded as CSV for new clients

shantstepanian avatar May 10 '17 15:05 shantstepanian