Skip to content

Commit 7c7444a

Browse files
authored
Add extra line on account name in readme (#193)
1 parent a471485 commit 7c7444a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ Where:
103103
- :code:`<password>` is the password for your Snowflake user.
104104
- :code:`<account_name>` is the name of your Snowflake account.
105105

106+
Include the region in the `<account_name>` if applicable, more info `here
107+
<https://docs.snowflake.com/en/user-guide/connecting.html#your-snowflake-account-name>`_.
108+
106109
You can optionally specify the initial database and schema for the Snowflake session by including them at the end of the connection string, separated by :code:`/`. You can also specify the initial warehouse and role for the session as a parameter string at the end of the connection string:
107110

108111
.. code-block:: python

0 commit comments

Comments
 (0)