Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkoooo authored Feb 11, 2024
1 parent 557d632 commit f1c0062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Snowflake output plugin for Embulk loads records to Snowflake.
- **host**: database host name (string, required)
- **user**: database login user name (string, required)
- **password**: database login password (string, default: "")
- **private_key**: database login using key-pair authentication(string, default: ""). This authentication method requires a 2048-bit (minimum) RSA key pair.
- **privateKey**: database login using key-pair authentication(string, default: ""). This authentication method requires a 2048-bit (minimum) RSA key pair.
- **private_key_passphrase**: passphrase for private_key (string, default: "")
- **warehouse**: destination warehouse name (string, required)
- **database**: destination database name (string, required)
Expand Down

0 comments on commit f1c0062

Please sign in to comment.