Closed rmoff closed 1 year ago
@ozkatz
All command statements SET
etc just show No Rows Returned
when run - there should be something to confirm successful execution (presumably the absence of an error indicate that? but user shouldn't have to guess)
ALLOW_OVERWRITE
doesn't work, and needs to for this example.
Side note: Writing data back doesn't seem to work, but doesn't throw an error to the user either
ALLOW_OVERWRITE
I don't get an error, but the file isn't updated. Should we add a "Launch DuckDB" button somewhere to the UI? If we're saying now that users can manipulate their data throughout the lake using DuckDB, making them launch it by finding a compatible file in the Objects pane is a bit of a roundabout way
COPY lakes TO 'lakefs://repo/branch/path.parquet'
- without any format or or overwrite directives.https://
part. s3_url_style
doesn't even exist in duckdb-wasm, but is implied by the existence of 'http' in the endpoint.As for a "launch duckdb" button - yes, that makes sense, could you open an issue for it? (honestly not sure we'll be able to prioritize it any time soon but let's try)
Now that https://github.com/treeverse/lakeFS/pull/6044 is merged, we should be able to update the Quickstart to use DuckDB in the browser alone, and remove the DuckDB Docker image