Pointblank Validation
A simple example with the small_table.

tibble small_tableWARN 0.10 STOP 0.25 NOTIFY 0.35
STEP COLUMNS VALUES TBL EVAL UNITS PASS FAIL W S N EXT

1
col_exists
 col_exists()

date

1 1
1.00
0
0.00


2
col_exists
 col_exists()

date_time

1 1
1.00
0
0.00


3
col_vals_regex
 col_vals_regex()

b

[0-9]-[a-z]{3}-[0-9]{3}

13 13
1.00
0
0.00


4
rows_distinct
 rows_distinct()

13 11
0.85
2
0.15


5
col_vals_gt
 col_vals_gt()

d

100

13 13
1.00
0
0.00


6
col_vals_lte
 col_vals_lte()

c

5

13 5
0.38
8
0.62

2024-01-26 12:25:44 UTC 1.6 s 2024-01-26 12:25:46 UTC