Skip to content

Commit

Permalink
rename project, update sdk dep
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Sep 28, 2023
1 parent d516003 commit a42e8ee
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "clickhouse_ndc"
name = "ndc-clickhouse"
version = "0.1.0"
edition = "2021"

Expand All @@ -11,7 +11,7 @@ tokio = { version = "1.27.0", features = [
"rt-multi-thread",
"signal",
] }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "7603f34", package = "ndc-sdk" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "4d14c4e", package = "ndc-sdk" }
peg = "0.8.1"
async-trait = "0.1.72"
prometheus = "0.13.3"
Expand Down
2 changes: 0 additions & 2 deletions src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use ndc_sdk::{
},
models,
};
use std::collections::BTreeMap;

use self::{config::ServerConfig, state::ServerState};

Expand Down Expand Up @@ -51,7 +50,6 @@ impl Connector for ClickhouseConnector {
/// returning a configuration error or a validated [`Connector::Configuration`].
async fn validate_raw_configuration(
configuration: &Self::RawConfiguration,
_region_routing: &BTreeMap<String, Vec<String>>,
) -> Result<Self::Configuration, ValidateError> {
// todo: validate config.
// todo: we should take an owned configuration here.
Expand Down

0 comments on commit a42e8ee

Please sign in to comment.