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

Scan_delta parameters are now lowercase since 1.14.0 for S3 #19849

Closed
TinoSM opened this issue Nov 18, 2024 · 0 comments · Fixed by #19852
Closed

Scan_delta parameters are now lowercase since 1.14.0 for S3 #19849

TinoSM opened this issue Nov 18, 2024 · 0 comments · Fixed by #19852
Labels
documentation Improvements or additions to documentation

Comments

@TinoSM
Copy link

TinoSM commented Nov 18, 2024

Description

Maybe it also applies for Azure and GCP

storage_options = {
    "AWS_REGION": "eu-central-1",
    "AWS_ACCESS_KEY_ID": "THE_AWS_ACCESS_KEY_ID",
    "AWS_SECRET_ACCESS_KEY": "THE_AWS_SECRET_ACCESS_KEY",
}

Since this change, the keys are now lowercase:
#19103

storage_options = {
    "aws_region": "eu-central-1",
    "aws_access_key_id": "THE_AWS_ACCESS_KEY_ID",
    "aws_secret_access_key": "THE_AWS_SECRET_ACCESS_KEY",
}

or you will get

polars.exceptions.ComputeError: unknown configuration key: AWS_ACCESS_KEY_ID

Link

https://docs.pola.rs/api/python/stable/reference/api/polars.scan_delta.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant