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 697ab1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ 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-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 697ab1d

Please sign in to comment.