QuackDB
QuackDB copied to clipboard
Can't export to CSV yet?
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?
Hey, I will look into this over the weekend!