Skip to content

Commit

Permalink
Update website/docs/docs/core/connect-data-platform/snowflake-setup.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leona B. Campbell <[email protected]>
  • Loading branch information
matthewshaver and runleonarun authored Nov 7, 2024
1 parent 3e25ab0 commit de931ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Refer to the [Snowflake docs](https://docs.snowflake.com/en/sql-reference/parame

To learn how to configure OAuth in Snowflake, refer to their [documentation](https://docs.snowflake.com/en/user-guide/oauth-snowflake-overview). Your Snowflake admin needs to generate an [OAuth token](https://community.snowflake.com/s/article/HOW-TO-OAUTH-TOKEN-GENERATION-USING-SNOWFLAKE-CUSTOM-OAUTH) for your configuration to work.

The OAUTH_REDIRECT_URI you provide in Snowflake is `http://localhost:PORT_NUMBER`. For example, `http://localhost:8080`.
Provide the OAUTH_REDIRECT_URI in Snowflake:`http://localhost:PORT_NUMBER`. For example, `http://localhost:8080`.

Check warning on line 428 in website/docs/docs/core/connect-data-platform/snowflake-setup.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/core/connect-data-platform/snowflake-setup.md#L428

[custom.Typos] Oops there's a typo -- did you really mean 'OAUTH_REDIRECT_URI'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'OAUTH_REDIRECT_URI'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/snowflake-setup.md", "range": {"start": {"line": 428, "column": 13}}}, "severity": "WARNING"}

Once your Snowflake admin has configured OAuth, add the following to your `profiles.yml` file:

Expand Down

0 comments on commit de931ff

Please sign in to comment.