Skip to content

Commit

Permalink
remove metadata_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Jan 4, 2024
1 parent d9add8a commit 871f611
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion nexus/analyzer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ fn parse_db_options(
.get("database")
.context("no default database specified")?
.to_string(),
metadata_schema: opts.get("metadata_schema").map(|s| s.to_string()),
s3_integration: s3_int,
};
let config = Config::ClickhouseConfig(clickhouse_config);
Expand Down
3 changes: 1 addition & 2 deletions protos/peers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ message ClickhouseConfig{
string user = 3;
string password = 4;
string database = 5;
optional string metadata_schema = 6;
string s3_integration = 7;
string s3_integration = 6; // staging to store avro files
}

message SqlServerConfig {
Expand Down

0 comments on commit 871f611

Please sign in to comment.