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

Commit

Permalink
Merge pull request #496 from dlawin/issue_494
Browse files Browse the repository at this point in the history
support insecure_mode key for snowflake profile
  • Loading branch information
dlawin authored Apr 13, 2023
2 parents 68a9d72 + 38c213a commit ed971de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_diff/dbt_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def set_connection(self):
"warehouse": credentials.get("warehouse"),
"role": credentials.get("role"),
"schema": credentials.get("schema"),
"insecure_mode": credentials.get("insecure_mode", False),
}
self.threads = credentials.get("threads")
self.requires_upper = True
Expand Down

0 comments on commit ed971de

Please sign in to comment.