Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit ac52db3

Browse files
committed
Specify storage type as 'snowflake' in the config (close #6)
1 parent e60d25e commit ac52db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/config.json.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# Warehouse connection details
1212
"storage" : {
13+
"type": "snowflake",
1314
"snowflakeRegion": "${sf_region}",
1415
"username": "${sf_username}",
1516
"password": "${sf_password}",

0 commit comments

Comments
 (0)