Skip to content

Commit

Permalink
switch azure over just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Sep 17, 2024
1 parent e18ee35 commit 452a1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 452a1d3

Please sign in to comment.