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

Adding cloud options to scan_parquet #173

Merged
merged 7 commits into from
Mar 21, 2024
Merged

Conversation

Bidek56
Copy link
Collaborator

@Bidek56 Bidek56 commented Feb 29, 2024

Adding cloud features
Adding cloud options to scan_parquet
Changing scan_parquet options to match Python Polars

@Bidek56 Bidek56 marked this pull request as ready for review February 29, 2024 01:33
@Bidek56
Copy link
Collaborator Author

Bidek56 commented Feb 29, 2024

I have not added a S3 cloud test, b/c I am I do not have a AWS S3 test bucket, but this code is working fine:

const s3Path = "https://node-polars-test.s3.us-east-2.amazonaws.com/file1.parquet";
const df = pl.scanParquet(s3Path).collectSync();

@Bidek56 Bidek56 self-assigned this Feb 29, 2024
@Bidek56 Bidek56 added the enhancement New feature or request label Feb 29, 2024
polars/io.ts Outdated Show resolved Hide resolved
@universalmind303 universalmind303 merged commit 6793fe5 into pola-rs:main Mar 21, 2024
9 checks passed
@Bidek56 Bidek56 deleted the s3-cloud branch March 26, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants