where_expression: [sql expression]
Filter the tested data using a valid sql expression.
- Default: None
- Relevant tests: All anomaly detection tests
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
models:
- name: this_is_a_model
tests:
- elementary.volume_anomalies:
where_expression: "user_name != 'test'"
models:
- name: this_is_a_model
config:
elementary:
where_expression: "loaded_at is not null"
vars:
where_expression: "loaded_at > '2022-01-01'"
where_expression: [sql expression]
Filter the tested data using a valid sql expression.
models:
- name: this_is_a_model
tests:
- elementary.volume_anomalies:
where_expression: "user_name != 'test'"
models:
- name: this_is_a_model
config:
elementary:
where_expression: "loaded_at is not null"
vars:
where_expression: "loaded_at > '2022-01-01'"