Skip to content

Commit

Permalink
sets watermark column to required
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Sep 28, 2023
1 parent 412b526 commit aa8615b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/analyzer/src/qrep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy_static::lazy_static! {
QRepOptionType::String {
name: "watermark_column",
default_val: None,
required: false,
required: true,
accepted_values: None,
},
QRepOptionType::String {
Expand Down

0 comments on commit aa8615b

Please sign in to comment.