Skip to content

Commit

Permalink
hack: use a forked deltalake-aws with the appropriate bug fixes for a…
Browse files Browse the repository at this point in the history
…ssume role support

See delta-io/delta-rs#2887
  • Loading branch information
rtyler committed Sep 17, 2024
1 parent 757e600 commit e18ee35
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.19.1", features = ["json", "datafusion"]}
deltalake-aws = { version = "0.2.0", optional = true }
#deltalake-core = { version = "0.19.1", features = ["json", "datafusion"]}
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 }

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

0 comments on commit e18ee35

Please sign in to comment.