Skip to content

Commit 7e9c1fa

Browse files
committed
update readme
1 parent 946fb2b commit 7e9c1fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Built with the [Meltano Singer SDK](https://sdk.meltano.com).
1717
|:---------------------------|:---------|:------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1818
| user | True | None | The login name for your Snowflake user. |
1919
| password | False | None | The password for your Snowflake user. |
20-
| private_key_path | False | None | Path to file containing private key. |
20+
| private_key | False | None | The private key contents. For KeyPair authentication either private_key or private_key_path must be provided. |
21+
| private_key_path | False | None | Path to file containing private key. For KeyPair authentication either private_key or private_key_path must be provided. |
2122
| private_key_passphrase | False | None | Passphrase to decrypt private key if encrypted. |
2223
| account | True | None | Your account identifier. See [Account Identifiers](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). |
2324
| database | True | None | The initial database for the Snowflake session. |

0 commit comments

Comments
 (0)