From 79839201395c58f207ab8cda0a0ed3d14286f14c Mon Sep 17 00:00:00 2001 From: y_ahiru Date: Tue, 1 Apr 2025 14:27:32 +0900 Subject: [PATCH] docs: Add delete_stage option to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d7b3de..5c6bd8d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Snowflake output plugin for Embulk loads records to Snowflake. - **timezone**: If input column type (embulk type) is timestamp, this plugin needs to format the timestamp value into a SQL string. In this cases, this timezone option is used to control the timezone. (string, value of default_timezone option is used by default) - **before_load**: if set, this SQL will be executed before loading all records. In truncate_insert mode, the SQL will be executed after truncating. replace mode doesn't support this option. - **after_load**: if set, this SQL will be executed after loading all records. +- **delete_stage**: if true, deletes the stage created during execution (boolean, default: false) ### Modes