We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
https://docs.pola.rs/api/python/stable/reference/api/polars.scan_delta.html
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Maybe it also applies for Azure and GCP
Since this change, the keys are now lowercase:
#19103
or you will get
Link
https://docs.pola.rs/api/python/stable/reference/api/polars.scan_delta.html
The text was updated successfully, but these errors were encountered: