-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I imported a local parquet file and can read it using your great tool (hurray!)
But I can't export it as CSV:
Failed to export data {"exception_type":"Parser","exception_message":"CREATE TABLE AS requires a SELECT clause"}
SQL is: CREATE OR REPLACE TABLE 'character_cards' AS SELECT * FROM read_parquet('character.parquet'); SUMMARIZE character;
Any idea?
Additionally, would QuackDB be able to open big parquet files? Is there a limitation?
Metadata
Metadata
Assignees
Labels
No labels