diff --git a/source/batch-mode/batch-read-config.txt b/source/batch-mode/batch-read-config.txt index d97de93..18bd940 100644 --- a/source/batch-mode/batch-read-config.txt +++ b/source/batch-mode/batch-read-config.txt @@ -114,12 +114,11 @@ You can configure the following properties when reading data from MongoDB in bat [{"$match": {"closed": false}}, {"$project": {"status": 1, "name": 1, "description": 1}}] - .. important:: - - Custom aggregation pipelines must be compatible with the - partitioner strategy. For example, aggregation stages such as - ``$group`` do not work with any partitioner that creates more than - one partition. + :gold:`IMPORTANT:` Custom aggregation pipelines must be + compatible with the partitioner strategy. For example, + aggregation stages such as + ``$group`` do not work with any partitioner that creates more + than one partition. * - ``aggregation.allowDiskUse`` - | Specifies whether to allow storage to disk when running the