File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
modules/components/pages/outputs Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ output:
8585 channel_prefix: channel-${HOST} # No default (optional)
8686 channel_name: partition-${!@kafka_partition} # No default (optional)
8787 offset_token: offset-${!"%016X".format(@kafka_offset)} # No default (optional)
88+ commit_timeout: 60s
8889```
8990
9091--
@@ -525,6 +526,23 @@ offset_token: offset-${!"%016X".format(@kafka_offset)}
525526offset_token: postgres-${!@lsn}
526527```
527528
529+ === `commit_timeout`
530+
531+ The maximum duration to wait while data updates from a message batch are asynchronously committed to Snowflake.
532+
533+ *Type*: `string`
534+
535+ *Default*: `60s`
536+
537+ ```yml
538+
539+ # Examples
540+
541+ commit_timeout: 10s
542+
543+ commit_timeout: 10m
544+ ```
545+
528546== Example pipelines
529547
530548The following examples show you how to ingest, process, and write data to Snowflake from:
You can’t perform that action at this time.
0 commit comments