Skip to content

Commit

Permalink
Correctly handle AWS token refreshes for Delta (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde authored Jan 8, 2025
1 parent 30bdba9 commit 4014db4
Show file tree
Hide file tree
Showing 11 changed files with 351 additions and 288 deletions.
96 changes: 62 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ prost = { version = "0.13", features = ["no-recursion-limit"] }
prost-reflect = "0.14.0"
prost-build = {version = "0.13" }
prost-types = "0.13"
aws-config = "1.5.6"
aws-config = "1.5.13"
reqwest = "0.12"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion crates/arroyo-connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ uuid = { version = "1.7.0", features = ["v4"] }
# Filesystem
parquet = { workspace = true, features = ["async"]}
object_store = { workspace = true }
deltalake = { workspace = true, features = ["s3"] }
deltalake = { workspace = true, features = ["s3", "gcs"] }
async-compression = { version = "0.4.3", features = ["tokio", "zstd", "gzip"] }

# MQTT
Expand Down
Loading

0 comments on commit 4014db4

Please sign in to comment.