Skip to content

Commit

Permalink
Make Custom SQL Expectations H2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer committed Sep 19, 2024
1 parent 56df736 commit b3472fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following table lists the available GX Cloud Expectations.
| Volume | `expect_table_row_count_to_equal` | Expect the number of rows to equal a value. |
| Volume | `expect_table_row_count_to_equal_other_table` | Expect the number of rows to equal the number in another table within the same database. |

### Custom SQL Expectations
## Custom SQL Expectations

GX Cloud also offers the ability to write a custom Expectation using SQL. It is designed to fail validation if the provided SQL query returns one or more rows.

Expand Down

0 comments on commit b3472fc

Please sign in to comment.