Skip to content

Commit

Permalink
fix: Don't serialize credentials provider (#20741)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Jan 16, 2025
1 parent fb84554 commit 8cef5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-io/src/cloud/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub struct CloudOptions {
pub file_cache_ttl: u64,
pub(crate) config: Option<CloudConfig>,
#[cfg(feature = "cloud")]
#[cfg_attr(feature = "serde", serde(skip))] // skipped for polars-cloud
pub(crate) credential_provider: Option<PlCredentialProvider>,
}

Expand Down

0 comments on commit 8cef5c0

Please sign in to comment.