Skip to content

Commit

Permalink
feat(data-contracts): support custom assertions in the data contracts…
Browse files Browse the repository at this point in the history
… builder (datahub-project#11454)
  • Loading branch information
jayacryl authored and sleeperdeep committed Dec 17, 2024
1 parent 3bc89d6 commit f98c9f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ export const DATA_QUALITY_ASSERTION_TYPES = new Set([
AssertionType.Sql,
AssertionType.Field,
AssertionType.Dataset,
AssertionType.Custom,
]);

0 comments on commit f98c9f7

Please sign in to comment.