We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, please help, I would like to use remote files like:
SELECT * FROM PARQUET_SCAN('https://github.com/KTH-Library/cordis-data/releases/download/0.0.1/projectPublications.parquet?raw=true') LIMIT 10;
Is that possible? Thank you.
The text was updated successfully, but these errors were encountered:
Hey, yep it is. Just need to use the latest version of node-duckdb (0.0.79). You can consult this test for reference https://github.com/deepcrawl/node-duckdb/blob/master/src/tests/http-s3.test.ts#L22
0.0.79
Sorry, something went wrong.
No branches or pull requests
Hi, please help, I would like to use remote files like:
Is that possible?
Thank you.
The text was updated successfully, but these errors were encountered: