You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Specify one or more models to data diff. Use wildcards to diff multiple models. Ex: '*' (all models with applied plan diffs), 'demo.model+' (this and downstream models), 'git:feature_branch' (models with direct modifications in this branch only)",
940
940
)
941
+
@click.option(
942
+
"--schema-diff-ignore-case",
943
+
is_flag=True,
944
+
help="If set, when performing a schema diff the case of column names is ignored when matching between the two schemas. For example, 'col_a' in the source schema and 'COL_A' in the target schema will be treated as the same column.",
help="Warn if any selected model is missing a grain, and compute diffs for the remaining models.",
721
721
)
722
+
@argument(
723
+
"--schema-diff-ignore-case",
724
+
action="store_true",
725
+
help="If set, when performing a schema diff the case of column names is ignored when matching between the two schemas. For example, 'col_a' in the source schema and 'COL_A' in the target schema will be treated as the same column.",
0 commit comments