Skip to content

Commit

Permalink
add changelog and comment pointing to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Aug 28, 2023
1 parent 564b026 commit 1d400c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230828-143834.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: remove senesitive creds from dbt debug stdout
time: 2023-08-28T14:38:34.380646-05:00
custom:
Author: McKnight-42
Issue: "754"
2 changes: 2 additions & 0 deletions dbt/adapters/snowflake/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def type(self):
def unique_field(self):
return self.account

# the results show up in the output of dbt debug runs, for more see..
# https://docs.getdbt.com/guides/dbt-ecosystem/adapter-development/3-building-a-new-adapter#editing-the-connection-manager
def _connection_keys(self):
return (
"account",
Expand Down

0 comments on commit 1d400c7

Please sign in to comment.