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
I want to use dsq in the interactive mode -i, however, when I open the same file more than once with interactive mode dsq always fails to start interactive mode. It fails with the following error message: table "t_0" already exists.
I'm able to produce this consistently with any valid csv file I pass to it.
I have not tried other file types.
I'm using whatever version of dsq is available on brew
I've also validated that this behavior exists on main by building the source locally
Here's an example file I created and saved as test.csv
The first invocation of dsq -i is usually successful, however, it emits this log line: Cache invalid, re-import required. even if I've never run -i before.
I want to use
dsq
in the interactive mode-i
, however, when I open the same file more than once with interactive modedsq
always fails to start interactive mode. It fails with the following error message:table "t_0" already exists
.dsq
is available on brewmain
by building the source locallyHere's an example file I created and saved as
test.csv
The first invocation of
dsq -i
is usually successful, however, it emits this log line:Cache invalid, re-import required.
even if I've never run-i
before.All subsequent invocations of
dsq -i test.csv
fail with:Removing the sqlite DB for that file allows me to run
-i
, however, with the sameCache invalid...
log error as before:The text was updated successfully, but these errors were encountered: