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

Polars AWS S3 support #14648

Merged
merged 18 commits into from
Dec 25, 2024
Merged

Polars AWS S3 support #14648

merged 18 commits into from
Dec 25, 2024

Conversation

ayax79
Copy link
Contributor

@ayax79 ayax79 commented Dec 21, 2024

Description

Provides Amazon S3 support.

  • Utilizes your existing AWS cli configuration.
  • Supports AWS SSO
  • Supports gimme-aws-creds.
  • respects the settings of AWS_PROFILE environment variable for selecting profile config
  • AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION environment variables for configuring without an AWS config

Usage:

polars open s3://bucket/and/path.parquet

Supports:

  • CSV
  • Parquet
  • NDJSON / json lines
  • Arrow

Doesn't support:

  • eager dataframes
  • Avro
  • JSON

@ayax79 ayax79 marked this pull request as ready for review December 21, 2024 01:30
@fdncred fdncred added dataframe issues related to the dataframe implementation pr:plugins This PR is related to plugins labels Dec 25, 2024
@fdncred fdncred merged commit 23ba613 into nushell:main Dec 25, 2024
15 checks passed
@github-actions github-actions bot added this to the v0.102.0 milestone Dec 25, 2024
@ayax79 ayax79 deleted the polars_s3 branch December 29, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataframe issues related to the dataframe implementation pr:plugins This PR is related to plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants