From 58a43cad71a1437c2d75517a805ef109c7a178e3 Mon Sep 17 00:00:00 2001 From: Farmer Date: Wed, 18 Sep 2024 15:22:26 -0600 Subject: [PATCH] Escape curly braces --- .../docusaurus/docs/cloud/expectations/manage_expectations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus/docs/cloud/expectations/manage_expectations.md b/docs/docusaurus/docs/cloud/expectations/manage_expectations.md index aa3e03a292b5..1fc792dd28bf 100644 --- a/docs/docusaurus/docs/cloud/expectations/manage_expectations.md +++ b/docs/docusaurus/docs/cloud/expectations/manage_expectations.md @@ -69,9 +69,9 @@ GX Cloud also offers the ability to write a custom Expectation using SQL. It is The provided query should be written in the dialect of the Data Source in which a given Data Asset lives. -:::info Optional `{batch}` named query +:::info Optional `\{batch\}` named query -The optional `{batch}` named query references the Batch of data under test. When the Expectation is evaluated, the {batch} named query will be replaced with the Batch of data that is validated. +The optional `\{batch}\` named query references the Batch of data under test. When the Expectation is evaluated, the {batch} named query will be replaced with the Batch of data that is validated. :::