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

Commit 19cee87

Browse files
committed
fix merge conflict mistake
1 parent c836415 commit 19cee87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/dbt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ def set_connection(self):
361361
conn_info = {
362362
"driver": conn_type,
363363
"filepath": rendered_credentials.get("path"),
364+
}
364365
elif conn_type == "redshift":
365366
if rendered_credentials.get("password") is None or rendered_credentials.get("method") == "iam":
366367
raise Exception("Only password authentication is currently supported for Redshift.")

0 commit comments

Comments
 (0)