Skip to content

Commit 2d30554

Browse files
updating soda data quality check (#251)
1 parent 13c46c4 commit 2d30554

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

card_data/pipelines/soda/checks_series.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
checks for series:
22
# Row count validation
3-
- row_count = 3
3+
- row_count = 4
44

55
# Schema validation checks
66
- schema:

card_data/pipelines/soda/checks_sets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
checks for sets:
22
# Row count validation
3-
- row_count = 40
3+
- row_count > 41
44

55
# Schema validation checks
66
- schema:

0 commit comments

Comments
 (0)