Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #132 from zalando-nakadi/ui-documentation-pkcf
Browse files Browse the repository at this point in the history
Change the documentation example for partition_compaction_key_field
  • Loading branch information
ferbncode authored Jan 21, 2021
2 parents 3fe5fb5 + d86f9db commit 30bc617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Pages/EventTypeCreate/Query.elm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ viewQueryForm model =
FieldPartitionCompactionKeyField
OnInput
"Partition Compaction Key Field"
"Example: metadata.partition_compaction_key"
"Example: payload.metadata.partition_compaction_key"
"Field to be used as partition_compaction_key"
Help.partitionCompactionKeyField
Required
Expand Down
2 changes: 1 addition & 1 deletion client/Pages/EventTypeDetails/Help.elm
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ partitionCompactionKeyField =
[ text "This field is useful & necessary in case the output event-type is log-compacted"
, text " The value in the field specified is used as the partition_compaction_key for the output"
, text " event type. Thus, this field should be non-nullable and of type string. In case of join queries,"
, text " this field should be set to metadata.partition_compaction_key and partition_compaction_key from"
, text " this field should be set to <table_alias>.metadata.partition_compaction_key and partition_compaction_key from"
, text " one of the joined events is used as the key for the output event type."
, newline
, bold "This field is mandatory only if input event type is non log-compacted and output event type is compacted"
Expand Down

0 comments on commit 30bc617

Please sign in to comment.