Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't export to CSV yet? #88

Open
j2l opened this issue Jun 4, 2024 · 0 comments
Open

Can't export to CSV yet? #88

j2l opened this issue Jun 4, 2024 · 0 comments

Comments

@j2l
Copy link

j2l commented Jun 4, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant