We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f45837 commit 421ca58Copy full SHA for 421ca58
src/main/java/org/embulk/output/SnowflakeOutputPlugin.java
@@ -57,7 +57,7 @@ public interface SnowflakePluginTask extends PluginTask {
57
public int getMaxUploadRetries();
58
59
@Config("empty_field_as_null")
60
- @ConfigDefault("ture")
+ @ConfigDefault("true")
61
public boolean getEmtpyFieldAsNull();
62
}
63
0 commit comments