Tests params
exclude_prefix
Tests params
exclude_prefix
exclude_prefix: [string]
Param for the all_columns_anomalies
test only, which enables to exclude a column from the tests based on prefix match.
- Default: None
- Relevant tests:
all_column_anomalies
- Configuration level: test
models:
- name: this_is_a_model
tests:
- elementary.column_anomalies:
exlude_prefix: 'id_'
models:
- name: this_is_a_model
tests:
- elementary.column_anomalies:
exlude_prefix: 'id_'