DBZ-5906 Correct additional-conditions default in adhoc snapshots doc

This commit is contained in:
Bob Roldan 2022-12-07 15:22:14 -05:00 committed by Jiri Pechanec
parent 39393299e4
commit a7b561efad
2 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ See the next section for more details.
The format of the names is the same as for xref:#{context}-property-signal-data-collection[signal.data.collection] configuration option. The format of the names is the same as for xref:#{context}-property-signal-data-collection[signal.data.collection] configuration option.
|`additional-condition` |`additional-condition`
|Optional.Empty |_N/A_
| An optional string, which specifies a condition based on the column(s) of the {data-collection}(s), to capture a | An optional string, which specifies a condition based on the column(s) of the {data-collection}(s), to capture a
subset of the contents of the {data-collection}(s). subset of the contents of the {data-collection}(s).
|=== |===

View File

@ -45,7 +45,7 @@ The format of the names is the same as for the `signal.data.collection` configur
ifeval::['{context}' != 'mongodb'] ifeval::['{context}' != 'mongodb']
|`additional-condition` |`additional-condition`
|Optional.Empty |_N/A_
| An optional string, which specifies a condition based on the column(s) of the {data-collection}(s), to capture a | An optional string, which specifies a condition based on the column(s) of the {data-collection}(s), to capture a
subset of the contents of the {data-collection}(s). subset of the contents of the {data-collection}(s).
endif::[] endif::[]