Skip to content

Commit 7f70ac1

Browse files
committed
update: README
1 parent 8124a10 commit 7f70ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Snowflake output plugin for Embulk loads records to Snowflake.
1818
- **database**: destination database name (string, required)
1919
- **schema**: destination schema name (string, default: "public")
2020
- **table**: destination table name (string, required)
21+
- **role**: role to execute queries (string, default: "")
2122
- **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.
2223
- **retry_wait**: initial retry wait time in milliseconds (integer, default: 1000 (1 second))
2324
- **max_retry_wait**: upper limit of retry wait, which will be doubled at every retry (integer, default: 1800000 (30 minutes))

0 commit comments

Comments
 (0)