Skip to content

Commit

Permalink
Update cmpSqlResults-config.xml
Browse files Browse the repository at this point in the history
add SNOWFLAKE_SERVER
  • Loading branch information
pniewiadowski authored Feb 1, 2021
1 parent a899e59 commit 68a961b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-definitions/cmpSqlResults-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<url>jdbc:postgresql://${POSTGRESSSQLDBSERVER}:5432/${POSTGRESSSQLDBNAME}</url>
<user>${USERNAME}</user>
<password>${PASSWORD}</password>
<datasource maxPollSize="6">
<name>SNOWFLAKE_SERVER</name>
<driver>com.snowflake.client.jdbc.SnowflakeDriver</driver>
<url>jdbc:snowflake://${SNOWFLAKEDBSERVER}:${SNOWFLAKEDBSERVERPORT}/?db=${SNOWFLAKEDBNAME}</url>
<user>${USERNAME}</user>
<password>${PASSWORD}</password>
</datasource>
</datasources>
</cmpSqlResultsConfig>

0 comments on commit 68a961b

Please sign in to comment.