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 f1c0062 commit 105da9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/embulk/output/SnowflakeOutputPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface SnowflakePluginTask extends PluginTask {
@ConfigDefault("\"\"")
public String getPassword();

@Config("private_key")
@Config("privateKey")
@ConfigDefault("\"\"")
String getPrivateKey();

Expand Down

0 comments on commit 105da9a

Please sign in to comment.