diff --git a/content/develop/tutorials/databases/snowflake.md b/content/develop/tutorials/databases/snowflake.md index a807ce82f..07a15de57 100644 --- a/content/develop/tutorials/databases/snowflake.md +++ b/content/develop/tutorials/databases/snowflake.md @@ -141,7 +141,7 @@ In addition to the three required parameters to authenticate your connection, it 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). 1. If you don't already have a `.snowflake/configuration.toml` file in your user directory, create an empty connections file. -1. Add your connection parameters to `.snowflake/connection.toml`: +1. Add your connection parameters to `.snowflake/connections.toml`: ```toml [default]