Skip to content

Commit cbb3c88

Browse files
authored
Fix typo in Snowflake connections file path (#1396)
1 parent d0e847c commit cbb3c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/develop/tutorials/databases/snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ In addition to the three required parameters to authenticate your connection, it
141141
If you already have your connection configured using [Snowflake's connections file](https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-connect#connecting-using-the-connections-toml-file), you can use it as-is. If you are using a default connection, no change is needed in later steps of this tutorial. If you are using a named connection, you will need to include the name in `st.connection`. This is noted in a later step. For information about using named connections, see the examples in the API reference for [`SnowflakeConnnection`](/develop/api-reference/connections/st.connections.snowflakeconnection).
142142

143143
1. If you don't already have a `.snowflake/configuration.toml` file in your user directory, create an empty connections file.
144-
1. Add your connection parameters to `.snowflake/connection.toml`:
144+
1. Add your connection parameters to `.snowflake/connections.toml`:
145145

146146
```toml
147147
[default]

0 commit comments

Comments
 (0)