Skip to content

Commit

Permalink
Escape curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer committed Sep 18, 2024
1 parent 50e10c1 commit 58a43ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit 58a43ca

Please sign in to comment.