Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 10, 2025
1 parent b4ac1af commit 1cbdba3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crates/polars-io/src/cloud/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,12 +489,12 @@ impl CloudOptions {
HINT.call_once(|| {
eprintln!(
"
[CloudOptions::build_azure]: Warning: Azure authentication check failed, \
subsequent cloud operations may return an error. Polars was able to retrieve \
the storage account key for this URL - to allow polars to use storage account \
keys for authentication, set POLARS_ALLOW_AZURE_ACCOUNT_KEY=1 in the \
environment. To silence this warning, set POLARS_ALLOW_AZURE_ACCOUNT_KEY=0.
"
[CloudOptions::build_azure]: Warning: Azure authentication check failed, subsequent cloud \
operations may return an error. Note that polars was able to retrieve the storage account \
key for this URL from the Azure CLI - to allow polars to automatically use storage account \
keys for authentication, set POLARS_ALLOW_AZURE_ACCOUNT_KEY=1 in the environment. To silence \
this warning, set POLARS_ALLOW_AZURE_ACCOUNT_KEY=0.
"
)
});
} else if verbose {
Expand Down

0 comments on commit 1cbdba3

Please sign in to comment.