Skip to content

Commit

Permalink
Update crates/connectors/ndc-postgres/src/configuration/version2.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Gil Mizrahi <[email protected]>
  • Loading branch information
plcplc and Gil Mizrahi authored Jan 31, 2024
1 parent 495f5ad commit f355a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/connectors/ndc-postgres/src/configuration/version2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ impl Default for ConfigureOptions {
}
}

/// This is a deprecated field subsumed by `unqualified_schemas_for_tables` and
/// `unqualified_schemas_for_types_and_procedures`.
/// We don't want to output it when generating the configuration.
pub fn always_skip_unqualified_schemas(_: &Vec<String>) -> bool {
true
}
Expand Down

0 comments on commit f355a54

Please sign in to comment.