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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: