Skip to content

Commit

Permalink
Update README.md (#127)
Browse files Browse the repository at this point in the history
A couple SEs have ran into this, where specifying `https://` in the
snowflake host messes up SSO signin as well as the API url. Making it
more clear that `https://` shouldn't be included.
  • Loading branch information
sfc-gh-cnivera authored Aug 5, 2024
1 parent 2d63258 commit 5f8c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ account, [follow these instructions](https://docs.snowflake.com/en/user-guide/or

* Currently we recommend you to look under the `Account locator (legacy)` method of connection for better compatibility
on API.
* It typically follows format of: `https://<accountlocator>.<region>.<cloud>.snowflakecomputing.com`
* It typically follows format of: `<accountlocator>.<region>.<cloud>.snowflakecomputing.com`. Ensure that you omit the `https://` prefix.
* `SNOWFLAKE_HOST` is required if you are using the Streamlit app, but may not be required for the CLI tool depending on
your Snowflake deployment. We would recommend setting it regardless.

Expand Down

0 comments on commit 5f8c674

Please sign in to comment.