Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 6704ac8

Browse files
committed
typo
1 parent 4edbbd0 commit 6704ac8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data_diff/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def write_usage(self, prog: str, args: str = "", prefix: Optional[str] = None) -
233233
"-s",
234234
default=None,
235235
metavar="PATH",
236-
help="select dbt resources to compar using dbt selection syntax",
236+
help="select dbt resources to compare using dbt selection syntax",
237237
)
238238
def main(conf, run, **kw):
239239
if kw["table2"] is None and kw["database2"]:
@@ -314,6 +314,7 @@ def _data_diff(
314314
cloud,
315315
dbt_profiles_dir,
316316
dbt_project_dir,
317+
select,
317318
threads1=None,
318319
threads2=None,
319320
__conf__=None,

0 commit comments

Comments
 (0)