Skip to content
Merged

1188 #1584

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/workflows/autoupdate.yml

This file was deleted.

4 changes: 3 additions & 1 deletion resources/schema/Operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ Complement of `equals_string_part`

### equals_string_part

Checks that the values in the target column equal the result of parsing the value in the comparison column with a regex

> RDOMAIN equals characters 5 and 6 of SUPP dataset name

```yaml
Expand Down Expand Up @@ -1097,7 +1099,7 @@ Check:
operator: target_is_sorted_by
value:
- name: --STDTC
order: asc
sort_order: asc
null_position: last
```

Expand Down
Loading