File tree Expand file tree Collapse file tree
src/nypl_py_utils/classes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ def __init__(self, connection_params):
1717
1818 def connect (self ):
1919 """
20- Connects to Snowflake using the given connection parameters. In practice, there
21- are likely two sets of parameters that will be used:
22- 1. Local development: `connection_name` and `private_key_file_pwd`. This
23- method requires a `connections.toml` file with a matching `connection_name`
24- connection.
25- 2. Production code: `account`, `user`, and `private_key`
20+ Connects to Snowflake using the given connection parameters. In
21+ practice, there are likely two sets of parameters that will be used:
22+ 1. Local development: `connection_name` and `private_key_file_pwd`.
23+ This method requires a `connections.toml` file with a matching
24+ `connection_name` connection.
25+ 2. Production code: `account`, `user`, and `private_key`.
2626
2727 All possible parameters can be found here:
2828 https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-api#connect
You can’t perform that action at this time.
0 commit comments