Skip to content

Commit 2f3b13d

Browse files
committed
Clean up
1 parent 23fd24d commit 2f3b13d

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

integration_tests/data/schema_tests/data_test_expression_is_true_window_functions.csv

-5
This file was deleted.

integration_tests/models/generic_tests/schema.yml

-15
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@ models:
3131
expression: = 0.5
3232
condition: col_a = 0.5
3333

34-
- name: data_test_expression_is_true_window_functions
35-
tests:
36-
- dbt_utils.expression_is_true:
37-
expression: count(*) over (partition by col_a) = 2
38-
- dbt_utils.expression_is_true:
39-
expression: max(col_c) over (partition by col_a) = min(col_c) over (partition by col_a)
40-
- dbt_utils.expression_is_true:
41-
expression: sum(col_b) over (partition by col_a) = 15
42-
condition: col_a = 1
43-
columns:
44-
- name: col_c
45-
tests:
46-
- dbt_utils.expression_is_true:
47-
expression: = sum(col_b) over (partition by col_a)
48-
4934
- name: test_recency
5035
tests:
5136
- dbt_utils.recency:

0 commit comments

Comments
 (0)