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
When I've uploaded data that a spec is using, sometimes it's useful to replace that data and see updated visuals. This doesn't seem to work whenever I make a new upload, delete old one, and set the new upload table name = to the old one (I guess that the table already exists and isn't dropped, or similar)
I had a look at the code and making this work might be a bit elaborate due to duckdb-wasm-kit providing a convenient insertFile and not replaceFile or insertOrReplaceFile
The text was updated successfully, but these errors were encountered:
When I've uploaded data that a spec is using, sometimes it's useful to replace that data and see updated visuals. This doesn't seem to work whenever I make a new upload, delete old one, and set the new upload table name = to the old one (I guess that the table already exists and isn't dropped, or similar)
I had a look at the code and making this work might be a bit elaborate due to duckdb-wasm-kit providing a convenient insertFile and not
replaceFile
orinsertOrReplaceFile
The text was updated successfully, but these errors were encountered: