From 452a1d386443fc733ac272bc8a3fcff995cb7dbe Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 17 Sep 2024 14:22:24 +0000 Subject: [PATCH] switch azure over just for testing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aed0366..ab74f1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.3" deltalake-core = { git = "https://github.com/rtyler/delta-rs", branch = "bug/iam-assume-role", features = ["json", "datafusion" ]} #deltalake-aws = { version = "0.2.0", optional = true } deltalake-aws = { git = "https://github.com/rtyler/delta-rs", branch = "bug/iam-assume-role", optional = true } -deltalake-azure = { version = "0.2.0", optional = true } +deltalake-azure = { git = "https://github.com/rtyler/delta-rs", branch = "bug/iam-assume-role", optional = true } # s3 feature enabled, helps for locking interactions with DLQ dynamodb_lock = { version = "0.6.0", optional = true }