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

Commit ee40c13

Browse files
authored
issue 505: add client_session_keep_alive (#506)
1 parent 8777ca2 commit ee40c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/dbt_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def set_connection(self):
145145
"role": credentials.get("role"),
146146
"schema": credentials.get("schema"),
147147
"insecure_mode": credentials.get("insecure_mode", False),
148+
"client_session_keep_alive": credentials.get("client_session_keep_alive", False)
148149
}
149150
self.threads = credentials.get("threads")
150151
self.requires_upper = True

0 commit comments

Comments
 (0)