Skip to content

Commit

Permalink
chore: use the pre-release 0.4.2 of deltalake-aws for integration tes…
Browse files Browse the repository at this point in the history
…ting

Signed-off-by: R. Tyler Croy <rtyler@brokenco.de>
  • Loading branch information
rtyler committed Nov 12, 2024
1 parent b7638ed commit 9584b40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
url = "2.3"

# datafusion feature is required for writer version 2
deltalake-core = { version = "0.21.0", features = ["json", "datafusion"]}
deltalake-aws = { version = "0.4.0", optional = true }
#deltalake-core = { version = "0.21.0", features = ["json", "datafusion"]}
deltalake-core = { git = "https://github.com/rtyler/delta-rs", branch = "credential-caching", features = ["json", "datafusion"]}
#deltalake-aws = { version = "0.4.0", optional = true }
deltalake-aws = { git = "https://github.com/rtyler/delta-rs", branch = "credential-caching", optional = true }
deltalake-azure = { version = "0.4.0", optional = true }

# s3 feature enabled, helps for locking interactions with DLQ
Expand Down

0 comments on commit 9584b40

Please sign in to comment.