-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the default DSN the same as the Snowflake account name, and make Snowflake the default driver (though it does not currently work; see #16 for details). Also update the versions of SnowSQL and the Snowflake ODBC driver and ensure that only master or version branch builds get pushed to Docker hub.
- Loading branch information
Showing
4 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
[snowflake] | ||
[ODBC Data Sources] | ||
SF_ACCOUNT = Snowflake DSN for SF_ACCOUNT | ||
|
||
[SF_ACCOUNT] | ||
Description=SnowflakeDB | ||
Driver=Snowflake | ||
Driver=/usr/lib/snowflake/odbc/lib/libSnowflake.so | ||
Locale=en-US | ||
SERVER=SF_ACCOUNT.snowflakecomputing.com | ||
PORT=443 | ||
SSL=on | ||
ACCOUNT=SF_ACCOUNT | ||
|
||
# Sadly does not work: https://github.com/sqitchers/docker-sqitch/pull/16/. | ||
[Default] | ||
Driver=/usr/lib/snowflake/odbc/lib/libSnowflake.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
[ODBC Drivers] | ||
Snowflake=Installed | ||
|
||
# Sadly does not work: https://github.com/sqitchers/docker-sqitch/pull/16/. | ||
[Default] | ||
Driver=Snowflake | ||
|
||
[Snowflake] | ||
APILevel=1 | ||
ConnectFunctions=YYY | ||
Description = ODBC for Snowflake | ||
Driver=/usr/lib/snowflake/odbc/lib/libSnowflake.so | ||
DriverODBCVer=03.52 | ||
SQLLevel=1 | ||
|