Skip to content

Commit

Permalink
added exclusion for CDC mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Nov 10, 2023
1 parent b1af6e9 commit 9115024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/catalog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ impl Catalog {
let row = self
.pg
.query_opt(
"SELECT config_proto FROM flows WHERE name=$1",
"SELECT config_proto FROM flows WHERE name=$1 AND query_string IS NOT NULL",
&[&flow_job_name],
)
.await?;
Expand Down

0 comments on commit 9115024

Please sign in to comment.