Skip to content

Commit

Permalink
Update model.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kenstott authored Oct 31, 2024
1 parent 1ef7111 commit c44ad09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adapters/snowflake/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"name": "TEST",
"type": "jdbc",
"jdbcDriver": "net.snowflake.client.jdbc.SnowflakeDriver",
"jdbcUrl": "jdbc:snowflake://ukpyrhb-xpb27951.snowflakecomputing.com/?db=SNOWFLAKE_SAMPLE_DATA&schema=TPCH_SF1&warehouse=COMPUTE_WH&role=accountadmin&user=ken&password=14May1959#",
"jdbcUrl": "jdbc:snowflake://<id>.snowflakecomputing.com/?db=SNOWFLAKE_SAMPLE_DATA&schema=TPCH_SF1&warehouse=COMPUTE_WH&role=accountadmin&user=<user>&password=<password>",
"jdbcSchema": "TPCH_SF1",
"jdbcCatalog": "SNOWFLAKE_SAMPLE_DATA",
"jdbcUser": "ken",
"jdbcPassword": "14May1959#"
"jdbcUser": "<user>",
"jdbcPassword": "<password>"
}
]
}

0 comments on commit c44ad09

Please sign in to comment.