Skip to content

Commit

Permalink
snowflake: clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed Dec 10, 2024
1 parent 06bdb56 commit 9034bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion internal/impl/snowflake/output_snowflake_streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9034bdd

Please sign in to comment.