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

Is that possible to use this client with remote files #135

Open
goldengrisha opened this issue Dec 30, 2021 · 1 comment
Open

Is that possible to use this client with remote files #135

goldengrisha opened this issue Dec 30, 2021 · 1 comment

Comments

@goldengrisha
Copy link

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.

@rprovodenko
Copy link
Contributor

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

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

2 participants