Skip to content

Commit

Permalink
remove target-iceberg as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Mar 22, 2024
1 parent 2b2c798 commit 45f35b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dashtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ url = "2.4"
anyhow = "1"
petgraph = { version = "0.6", features = ["serde-1"] }
arrow-schema = "50.0.0"
target-iceberg = "0.1"
serde_yaml = "0.9.25"
async-trait = "0.1"
derive-getters = "0.3.0"
Expand Down
1 change: 0 additions & 1 deletion dashtool/src/build/build_dag.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::{collections::HashMap, fs, path::Path, sync::Arc};

use anyhow::anyhow;
use datafusion_iceberg_sql::schema::get_schema;
use futures::{channel::mpsc::unbounded, stream, SinkExt, StreamExt, TryStreamExt};
use gix::diff::tree::recorder::Change;
Expand Down
1 change: 0 additions & 1 deletion dashtool/src/build/update_dag.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::{fs, path::Path};

use anyhow::anyhow;
use gix::diff::tree::recorder::Change;
use iceberg_rust::sql::find_relations;
use serde_json::{Map, Value as JsonValue};
Expand Down

0 comments on commit 45f35b1

Please sign in to comment.