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

Query parquet files on s3 #655

Closed
danvergara opened this issue Jan 20, 2025 · 2 comments
Closed

Query parquet files on s3 #655

danvergara opened this issue Jan 20, 2025 · 2 comments

Comments

@danvergara
Copy link

danvergara commented Jan 20, 2025

Hi!

The mosaic server is a great project, but I'm having problems trying to make it work with parquet files hosted on a S3 buckets.

First off, I don't know how to provide the aws creds to the server. In previous experiences setting duckdb instances, I only add the code below and that's it,

Image

Is there any other way to auth with aws and query files on a s3 bucket through the current state of the mosaic's duckdb server?

@domoritz
Copy link
Member

You'd need to run these sql commands via the connector and then they will run on the server (via the exec call internally).

@danvergara
Copy link
Author

You'd need to run these sql commands via the connector and then they will run on the server (via the exec call internally).

That's what I thought.

Thanks!

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