Skip to content

Commit

Permalink
Merge branch 'dev/guion-bluford' into feature/cache-relations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Oct 8, 2018
2 parents 6bf4c75 + 2f72c0e commit 868032c
Show file tree
Hide file tree
Showing 13 changed files with 594 additions and 176 deletions.
4 changes: 3 additions & 1 deletion dbt/adapters/snowflake/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ def open_connection(cls, connection):
schema=credentials.schema,
warehouse=credentials.warehouse,
role=credentials.get('role', None),
autocommit=False
autocommit=False,
client_session_keep_alive=credentials.get(
'client_session_keep_alive', False)
)

connection.handle = handle
Expand Down
Loading

0 comments on commit 868032c

Please sign in to comment.