Skip to content

Commit 3919b20

Browse files
committed
Docs tidy up.
1 parent 421d956 commit 3919b20

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/Snowflake/v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Overview
1+
# Snowflake plugin
22

33
A simple data source for Snowflake that supports Snowflake SQL queries. Requires an OAuth connection.

plugins/Snowflake/v1/docs/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The 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

99
Sample 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
```
2929
CREATE SECURITY INTEGRATION oauth_squaredup
@@ -66,9 +66,9 @@ Enter your Snowflake account identifier.
6666

6767
This 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

7373
Alternatively, run the following Snowflake query:
7474

0 commit comments

Comments
 (0)