You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Snowflake output plugin for Embulk loads records to Snowflake.
18
18
-**database**: destination database name (string, required)
19
19
-**schema**: destination schema name (string, default: "public")
20
20
-**table**: destination table name (string, required)
21
+
-**role**: role to execute queries (string, default: "")
21
22
-**retry_limit**: max retry count for database operations (integer, default: 12). When intermediate table to create already created by another process, this plugin will retry with another table name to avoid collision.
22
23
-**retry_wait**: initial retry wait time in milliseconds (integer, default: 1000 (1 second))
23
24
-**max_retry_wait**: upper limit of retry wait, which will be doubled at every retry (integer, default: 1800000 (30 minutes))
0 commit comments