You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Dataform Assertions
2
2
3
-
Unlock advanced data testing capabilities with this Dataform package, offering a comprehensive and common suite of assertions designed for testing various facets of your warehouse data, including data freshness, unique keys, row conditions, and data completeness.
3
+
Unlock advanced data testing capabilities with this Dataform package, offering a comprehensive and common suite of assertions designed for testing various facets of your warehouse data, including data freshness, unique keys, row conditions, data completeness and referential integrity.
4
4
5
5
Your contributions are highly encouraged – whether you have an innovative assertion idea or wish to enhance the existing ones, feel free to open an issue or submit a pull request to enrich the Dataform community.
6
6
@@ -72,6 +72,7 @@ This package includes the following types of assertions:
72
72
-**Unique key conditions**: Check if a given primary key (can be a set of columns) is not duplicated in a table.
73
73
-**Data freshness conditions**: Check if the data in a table is fresh enough given some conditions.
74
74
-**Data completeness conditions**: Check if the data in a column have less than a given percentage of null values.
75
+
-**Referential integrity conditions**: Check if foreign key relationships are maintained between tables.
0 commit comments