Skip to content

Commit

Permalink
materialize-snowflake: update spec snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Feb 16, 2024
1 parent 50a8f20 commit 8ee8735
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion materialize-snowflake/.snapshots/TestSpecification
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"type": "string",
"title": "Host URL",
"description": "The Snowflake Host used for the connection. Must include the account identifier and end in .snowflakecomputing.com. Example: orgname-accountname.snowflakecomputing.com (do not include the protocol).",
"order": 0,
"pattern": "^[^/:]+.snowflakecomputing.com$"
"order": 0
},
"account": {
"type": "string",
Expand Down Expand Up @@ -77,6 +77,12 @@
"const": "jwt",
"default": "jwt"
},
"user": {
"type": "string",
"title": "User",
"description": "The Snowflake user login name",
"order": 1
},
"private_key": {
"type": "string",
"title": "Private Key",
Expand Down

0 comments on commit 8ee8735

Please sign in to comment.