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

fix: Add .default to azure credential provider scope URL #20651

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

nameexhaustion
Copy link
Collaborator

Fixes #20640

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 10, 2025
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.02%. Comparing base (2e0b3a3) to head (2cae8f3).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
py-polars/polars/io/cloud/credential_provider.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20651      +/-   ##
==========================================
- Coverage   79.02%   79.02%   -0.01%     
==========================================
  Files        1557     1557              
  Lines      220551   220551              
  Branches     2514     2514              
==========================================
- Hits       174283   174282       -1     
- Misses      45695    45696       +1     
  Partials      573      573              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nameexhaustion nameexhaustion marked this pull request as ready for review January 10, 2025 05:21
@ritchie46 ritchie46 merged commit 06362a0 into pola-rs:main Jan 10, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CredentialProviderAzure uses an invalid OAuth2 scope
2 participants