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

Commit ea40362

Browse files
committed
simplify
1 parent 15d9ff0 commit ea40362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def dbt_diff(
5454
if not is_cloud:
5555
dbt_parser.set_connection()
5656

57-
if config_prod_database is None or (config_prod_database is None and config_prod_schema is None):
57+
if config_prod_database is None:
5858
raise ValueError(
5959
"Expected a value for prod_database: OR prod_database: AND prod_schema: under \nvars:\n data_diff: "
6060
)

0 commit comments

Comments
 (0)