diff --git a/docs/modules/components/pages/outputs/snowflake_streaming.adoc b/docs/modules/components/pages/outputs/snowflake_streaming.adoc index 7e1646aab9..41ba4ff581 100644 --- a/docs/modules/components/pages/outputs/snowflake_streaming.adoc +++ b/docs/modules/components/pages/outputs/snowflake_streaming.adoc @@ -235,7 +235,7 @@ output: # To ensure that we write an ordered stream each partition in kafka gets it's own # channel. channel_name: "partition-${!@kafka_partition}" - # Ensure that our offsets are lexicographically sorted by padding with + # Ensure that our offsets are lexicographically sorted in string form by padding with # leading zeros offset_token: offset-${!"%016X".format(@kafka_offset)} account: "MYSNOW-ACCOUNT" diff --git a/internal/impl/snowflake/output_snowflake_streaming.go b/internal/impl/snowflake/output_snowflake_streaming.go index db18847ac0..314300e423 100644 --- a/internal/impl/snowflake/output_snowflake_streaming.go +++ b/internal/impl/snowflake/output_snowflake_streaming.go @@ -241,7 +241,7 @@ output: # To ensure that we write an ordered stream each partition in kafka gets it's own # channel. channel_name: "partition-${!@kafka_partition}" - # Ensure that our offsets are lexicographically sorted by padding with + # Ensure that our offsets are lexicographically sorted in string form by padding with # leading zeros offset_token: offset-${!"%016X".format(@kafka_offset)} account: "MYSNOW-ACCOUNT"