Skip to content

Commit b93de49

Browse files
authored
DOC-1118 Add commit_timeout field to snowflake_streaming output (#196)
1 parent 90b6108 commit b93de49

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/components/pages/outputs/snowflake_streaming.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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)}
525526
offset_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

530548
The following examples show you how to ingest, process, and write data to Snowflake from:

0 commit comments

Comments
 (0)