Skip to content

Commit

Permalink
lint query layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed May 9, 2024
1 parent f07ce13 commit c9bd0f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nexus/catalog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use peer_postgres::{self, ast};
use pgwire::error::PgWireResult;
use postgres_connection::{connect_postgres, get_pg_connection_string};
use pt::{
flow_model::{FlowJob, QRepFlowJob},
flow_model::QRepFlowJob,
peerdb_peers::PostgresConfig,
peerdb_peers::{peer::Config, DbType, Peer},
prost::Message,
Expand Down
1 change: 0 additions & 1 deletion nexus/flow-rs/src/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ impl FlowGrpcClient {
script: job.script.clone(),
system: system as i32,
idle_timeout_seconds: job.sync_interval.unwrap_or_default(),
..Default::default()
};

self.start_peer_flow(flow_conn_cfg).await
Expand Down

0 comments on commit c9bd0f8

Please sign in to comment.