Skip to content

Commit

Permalink
feat: Experimental credential_provider argument for scan_parquet (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion authored Oct 17, 2024
1 parent 8cb6539 commit 93f8902
Show file tree
Hide file tree
Showing 14 changed files with 898 additions and 128 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/polars-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ num-traits = { workspace = true }
object_store = { workspace = true, optional = true }
once_cell = { workspace = true }
percent-encoding = { workspace = true }
pyo3 = { workspace = true, optional = true }
rayon = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true, optional = true }
Expand Down Expand Up @@ -129,7 +130,7 @@ gcp = ["object_store/gcp", "cloud"]
http = ["object_store/http", "cloud"]
temporal = ["dtype-datetime", "dtype-date", "dtype-time"]
simd = []
python = ["polars-error/python"]
python = ["pyo3", "polars-error/python", "polars-utils/python"]

[package.metadata.docs.rs]
all-features = true
Expand Down
Loading

0 comments on commit 93f8902

Please sign in to comment.