File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Overview
1+ # Snowflake plugin
22
33A simple data source for Snowflake that supports Snowflake SQL queries. Requires an OAuth connection.
Original file line number Diff line number Diff line change 44
55The Snowflake data source authenticates using OAuth.
66
7- Before configuring the data source you will need to register SquaredUp with your Snowflake account bby creating a custom integration.
7+ Before configuring the data source you will need to register SquaredUp with your Snowflake account by creating a custom integration.
88
99Sample Snowflake commands for creating the integration are provided below.
1010
@@ -23,7 +23,7 @@ CREATE SECURITY INTEGRATION oauth_squaredup
2323 COMMENT = 'Used by SquaredUp to connect to this Snowflake account'
2424```
2525
26- If your SquaredUp account is in the EU region (default) :
26+ If your SquaredUp account is in the EU region:
2727
2828```
2929CREATE SECURITY INTEGRATION oauth_squaredup
@@ -66,9 +66,9 @@ Enter your Snowflake account identifier.
6666
6767This can be found in the Snowflake portal under 'Your Username' > Account > Account Identifier.
6868
69- The account identifier It is in the format <org_name>-<account_name>, e.g. ABCDEFG-XYZ12345
69+ The account identifier is in the format <org_name>-<account_name>.
7070
71- For example: ` https://<your-opensearch-host>:9200 `
71+ For example: ` ABCDEFG-XYZ12345 `
7272
7373Alternatively, run the following Snowflake query:
7474
You can’t perform that action at this time.
0 commit comments