diff --git a/client/Pages/EventTypeCreate/Query.elm b/client/Pages/EventTypeCreate/Query.elm index b56a275..3e124f4 100644 --- a/client/Pages/EventTypeCreate/Query.elm +++ b/client/Pages/EventTypeCreate/Query.elm @@ -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 diff --git a/client/Pages/EventTypeDetails/Help.elm b/client/Pages/EventTypeDetails/Help.elm index 4578a3d..83ea9f5 100644 --- a/client/Pages/EventTypeDetails/Help.elm +++ b/client/Pages/EventTypeDetails/Help.elm @@ -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 .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"