Skip to content

Commit

Permalink
feat: create table
Browse files Browse the repository at this point in the history
Signed-off-by: callum-ryan <[email protected]>
  • Loading branch information
callum-ryan committed Sep 10, 2024
1 parent 05f2936 commit 0e2bf7b
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 11 deletions.
2 changes: 2 additions & 0 deletions crates/catalog/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ async-trait = { workspace = true }
iceberg = { workspace = true }
sqlx = { version = "0.8.1", features = ["any"], default-features = false }
typed-builder = { workspace = true }
uuid = { workspace = true, features = ["v4"] }
serde_json = { workspace = true }

[dev-dependencies]
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
Expand Down
Loading

0 comments on commit 0e2bf7b

Please sign in to comment.