Skip to content

Commit 7586f6e

Browse files
fix: rename reserved word columns (min/max/sum/one) to avoid Dremio SQL conflicts
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 74368de commit 7586f6e

13 files changed

Lines changed: 6664 additions & 470 deletions

.github/workflows/test-warehouse.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -387,23 +387,15 @@ jobs:
387387
fi
388388
dbt run --target "${{ inputs.warehouse-type }}" $EXTRA_ARGS || true
389389
390-
# Validate run_results.json: only expected models should be non-success.
391-
# error_model is always expected to fail (intentionally broken SQL).
392-
# Dremio also fails on models using SQL reserved words as column names
393-
# (min, max, sum, one) which cannot be fixed without breaking other adapters.
394-
EXPECTED_FAILURES='["model.elementary_integration_tests.error_model"]'
395-
if [ "${{ inputs.warehouse-type }}" = "dremio" ]; then
396-
EXPECTED_FAILURES='["model.elementary_integration_tests.error_model","model.elementary_integration_tests.numeric_column_anomalies","model.elementary_integration_tests.one","model.elementary_integration_tests.nested"]'
397-
fi
398-
399-
jq -e --argjson expected "$EXPECTED_FAILURES" '
390+
# Validate run_results.json: only error_model should be non-success
391+
jq -e '
400392
[.results[] | select(.status != "success") | .unique_id]
401-
| sort == ($expected | sort)
393+
| length == 1 and .[0] == "model.elementary_integration_tests.error_model"
402394
' target/run_results.json > /dev/null
403395
jq_exit=$?
404396
405397
if [ $jq_exit -eq 0 ]; then
406-
echo "✅ Validation passed: only expected models failed."
398+
echo "✅ Validation passed: only error_model failed."
407399
else
408400
echo "❌ Validation failed. Unexpected failures:"
409401
jq '[.results[] | select(.status != "success") | .unique_id] | join(", ")' target/run_results.json

tests/e2e/report/fixtures/elementary_output.json

Lines changed: 436 additions & 436 deletions
Large diffs are not rendered by default.

tests/e2e_dbt_project/data/training/numeric_column_anomalies_training.csv

Lines changed: 6001 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
1+
updated_at,occurred_at,min_val,max_val,zero_count,zero_percent,average,standard_deviation,variance,sum_val
2+
1969-12-31 00:00:00,1969-12-30 17:00:00,128,235,0,132,110,112,120,343
3+
1969-12-31 00:00:00,1969-12-30 17:00:00,190,242,0,0,102,111,115,308
4+
1969-12-31 00:00:00,1969-12-30 17:00:00,172,112,0,0,102,108,116,337
5+
1969-12-31 00:00:00,1969-12-30 17:00:00,45,272,0,0,101,102,105,393
6+
1969-12-31 00:00:00,1969-12-30 17:00:00,125,112,0,0,103,111,105,368
7+
1969-12-31 00:00:00,1969-12-30 17:00:00,150,278,0,0,110,88,117,394
8+
1969-12-31 00:00:00,1969-12-30 17:00:00,24,294,0,186,103,112,83,397
9+
1969-12-31 00:00:00,1969-12-30 17:00:00,61,107,0,170,101,82,96,335
10+
1969-12-31 00:00:00,1969-12-30 17:00:00,50,133,0,126,110,91,114,366
11+
1969-12-31 00:00:00,1969-12-30 17:00:00,91,153,0,0,102,84,115,377
12+
1969-12-31 00:00:00,1969-12-30 17:00:00,174,242,0,0,108,93,96,312
13+
1969-12-31 00:00:00,1969-12-30 17:00:00,95,213,0,104,101,105,120,313
14+
1969-12-31 00:00:00,1969-12-30 17:00:00,161,105,0,144,109,81,88,350
15+
1969-12-31 00:00:00,1969-12-30 17:00:00,11,158,0,0,105,96,110,301
16+
1969-12-31 00:00:00,1969-12-30 17:00:00,103,144,0,180,102,116,97,362
17+
1969-12-31 00:00:00,1969-12-30 17:00:00,116,249,0,130,104,90,112,395
18+
1969-12-31 00:00:00,1969-12-30 17:00:00,42,127,0,0,108,103,111,337
19+
1969-12-31 00:00:00,1969-12-30 17:00:00,162,256,0,0,104,107,83,332
20+
1969-12-31 00:00:00,1969-12-30 17:00:00,189,136,0,0,104,89,98,313
21+
1969-12-31 00:00:00,1969-12-30 17:00:00,59,275,0,163,105,117,108,330
22+
1969-12-31 00:00:00,1969-12-30 17:00:00,195,255,0,0,108,115,84,308
23+
1969-12-31 00:00:00,1969-12-30 17:00:00,99,254,0,186,102,118,87,399
24+
1969-12-31 00:00:00,1969-12-30 17:00:00,160,299,0,115,106,101,94,342
25+
1969-12-31 00:00:00,1969-12-30 17:00:00,70,160,0,193,105,99,98,384
26+
1969-12-31 00:00:00,1969-12-30 17:00:00,81,176,0,153,103,114,81,334
27+
1969-12-31 00:00:00,1969-12-30 17:00:00,130,121,0,107,104,98,95,376
28+
1969-12-31 00:00:00,1969-12-30 17:00:00,22,159,0,0,109,102,95,369
29+
1969-12-31 00:00:00,1969-12-30 17:00:00,54,246,0,194,109,90,88,383
30+
1969-12-31 00:00:00,1969-12-30 17:00:00,158,130,0,169,110,85,94,390
31+
1969-12-31 00:00:00,1969-12-30 17:00:00,189,183,0,138,104,110,97,351
32+
1969-12-31 00:00:00,1969-12-30 17:00:00,82,291,0,0,107,97,113,386
33+
1969-12-31 00:00:00,1969-12-30 17:00:00,23,191,0,0,110,92,102,374
34+
1969-12-31 00:00:00,1969-12-30 17:00:00,158,103,0,0,102,86,109,394
35+
1969-12-31 00:00:00,1969-12-30 17:00:00,34,267,0,0,109,85,107,339
36+
1969-12-31 00:00:00,1969-12-30 17:00:00,149,165,0,0,105,112,94,367
37+
1969-12-31 00:00:00,1969-12-30 17:00:00,143,208,0,145,110,109,116,347
38+
1969-12-31 00:00:00,1969-12-30 17:00:00,64,109,0,0,104,93,110,310
39+
1969-12-31 00:00:00,1969-12-30 17:00:00,84,213,0,108,106,99,118,385
40+
1969-12-31 00:00:00,1969-12-30 17:00:00,118,138,0,0,104,113,119,309
41+
1969-12-31 00:00:00,1969-12-30 17:00:00,112,274,0,160,105,105,84,335
42+
1969-12-31 00:00:00,1969-12-30 17:00:00,88,229,0,0,104,107,111,373
43+
1969-12-31 00:00:00,1969-12-30 17:00:00,45,228,0,106,109,117,87,309
44+
1969-12-31 00:00:00,1969-12-30 17:00:00,198,118,0,0,108,83,119,329
45+
1969-12-31 00:00:00,1969-12-30 17:00:00,90,172,0,0,105,84,113,367
46+
1969-12-31 00:00:00,1969-12-30 17:00:00,107,148,0,0,104,118,100,381
47+
1969-12-31 00:00:00,1969-12-30 17:00:00,136,270,0,0,108,90,84,339
48+
1969-12-31 00:00:00,1969-12-30 17:00:00,131,271,0,0,101,108,105,300
49+
1969-12-31 00:00:00,1969-12-30 17:00:00,146,237,0,0,107,86,106,365
50+
1969-12-31 00:00:00,1969-12-30 17:00:00,153,120,0,0,109,93,84,348
51+
1969-12-31 00:00:00,1969-12-30 17:00:00,183,196,0,0,102,94,110,398
52+
1969-12-31 00:00:00,1969-12-30 17:00:00,69,104,0,144,103,90,92,377
53+
1969-12-31 00:00:00,1969-12-30 17:00:00,69,184,0,0,101,108,91,349
54+
1969-12-31 00:00:00,1969-12-30 17:00:00,57,156,0,0,102,87,88,326
55+
1969-12-31 00:00:00,1969-12-30 17:00:00,157,265,0,139,110,117,103,324
56+
1969-12-31 00:00:00,1969-12-30 17:00:00,158,145,0,0,102,84,105,327
57+
1969-12-31 00:00:00,1969-12-30 17:00:00,145,241,0,103,106,115,100,371
58+
1969-12-31 00:00:00,1969-12-30 17:00:00,92,116,0,118,101,93,89,356
59+
1969-12-31 00:00:00,1969-12-30 17:00:00,138,283,0,0,103,94,94,370
60+
1969-12-31 00:00:00,1969-12-30 17:00:00,82,122,0,0,104,100,96,335
61+
1969-12-31 00:00:00,1969-12-30 17:00:00,103,116,0,0,103,91,82,393
62+
1969-12-31 00:00:00,1969-12-30 17:00:00,41,275,0,0,106,103,104,314
63+
1969-12-31 00:00:00,1969-12-30 17:00:00,156,174,0,0,107,110,113,321
64+
1969-12-31 00:00:00,1969-12-30 17:00:00,192,224,0,142,110,112,105,302
65+
1969-12-31 00:00:00,1969-12-30 17:00:00,172,201,0,194,110,93,81,307
66+
1969-12-31 00:00:00,1969-12-30 17:00:00,195,226,0,124,109,110,88,319
67+
1969-12-31 00:00:00,1969-12-30 17:00:00,196,160,0,133,101,91,114,301
68+
1969-12-31 00:00:00,1969-12-30 17:00:00,83,232,0,0,105,89,80,305
69+
1969-12-31 00:00:00,1969-12-30 17:00:00,39,279,0,0,107,110,103,388
70+
1969-12-31 00:00:00,1969-12-30 17:00:00,67,259,0,0,108,100,85,343
71+
1969-12-31 00:00:00,1969-12-30 17:00:00,55,275,0,108,110,103,116,343
72+
1969-12-31 00:00:00,1969-12-30 17:00:00,80,262,0,142,105,109,80,370
73+
1969-12-31 00:00:00,1969-12-30 17:00:00,27,209,0,198,101,104,88,369
74+
1969-12-31 00:00:00,1969-12-30 17:00:00,131,229,0,149,106,101,105,393
75+
1969-12-31 00:00:00,1969-12-30 17:00:00,123,120,0,0,104,99,95,309
76+
1969-12-31 00:00:00,1969-12-30 17:00:00,54,141,0,0,101,110,93,374
77+
1969-12-31 00:00:00,1969-12-30 17:00:00,73,222,0,196,109,84,101,304
78+
1969-12-31 00:00:00,1969-12-30 17:00:00,111,225,0,154,108,114,102,357
79+
1969-12-31 00:00:00,1969-12-30 17:00:00,33,235,0,0,105,82,118,396
80+
1969-12-31 00:00:00,1969-12-30 17:00:00,54,202,0,0,107,97,98,326
81+
1969-12-31 00:00:00,1969-12-30 17:00:00,63,111,0,0,103,104,118,348
82+
1969-12-31 00:00:00,1969-12-30 17:00:00,192,157,0,102,108,116,96,351
83+
1969-12-31 00:00:00,1969-12-30 17:00:00,18,195,0,0,102,83,88,313
84+
1969-12-31 00:00:00,1969-12-30 17:00:00,127,277,0,138,108,119,83,397
85+
1969-12-31 00:00:00,1969-12-30 17:00:00,19,268,0,170,110,113,111,352
86+
1969-12-31 00:00:00,1969-12-30 17:00:00,123,160,0,177,109,87,110,399
87+
1969-12-31 00:00:00,1969-12-30 17:00:00,133,265,0,192,102,98,118,400
88+
1969-12-31 00:00:00,1969-12-30 17:00:00,107,208,0,0,102,106,117,352
89+
1969-12-31 00:00:00,1969-12-30 17:00:00,39,238,0,145,110,99,117,337
90+
1969-12-31 00:00:00,1969-12-30 17:00:00,63,194,0,183,104,95,84,324
91+
1969-12-31 00:00:00,1969-12-30 17:00:00,114,289,0,0,104,112,86,381
92+
1969-12-31 00:00:00,1969-12-30 17:00:00,14,231,0,136,104,97,119,380
93+
1969-12-31 00:00:00,1969-12-30 17:00:00,173,253,0,183,106,114,85,346
94+
1969-12-31 00:00:00,1969-12-30 17:00:00,179,134,0,0,108,105,81,385
95+
1969-12-31 00:00:00,1969-12-30 17:00:00,10,265,0,180,103,105,116,371
96+
1969-12-31 00:00:00,1969-12-30 17:00:00,67,113,0,106,106,104,97,307
97+
1969-12-31 00:00:00,1969-12-30 17:00:00,42,281,0,0,110,91,113,379
98+
1969-12-31 00:00:00,1969-12-30 17:00:00,27,294,0,115,105,118,105,357
99+
1969-12-31 00:00:00,1969-12-30 17:00:00,117,261,0,0,108,104,101,342
100+
1969-12-31 00:00:00,1969-12-30 17:00:00,71,237,0,0,102,90,88,397
101+
1969-12-31 00:00:00,1969-12-30 17:00:00,102,285,0,0,109,96,120,350
102+
1969-12-31 00:00:00,1969-12-30 17:00:00,170,253,0,0,103,92,84,330
103+
1969-12-31 00:00:00,1969-12-30 17:00:00,117,283,0,123,109,86,98,381
104+
1969-12-31 00:00:00,1969-12-30 17:00:00,181,267,0,185,102,102,116,382
105+
1969-12-31 00:00:00,1969-12-30 17:00:00,70,116,0,0,104,115,115,381
106+
1969-12-31 00:00:00,1969-12-30 17:00:00,14,257,0,179,110,84,110,352
107+
1969-12-31 00:00:00,1969-12-30 17:00:00,28,124,0,0,110,113,107,322
108+
1969-12-31 00:00:00,1969-12-30 17:00:00,98,229,0,0,101,112,105,377
109+
1969-12-31 00:00:00,1969-12-30 17:00:00,98,245,0,155,104,93,102,302
110+
1969-12-31 00:00:00,1969-12-30 17:00:00,87,245,0,0,106,96,105,380
111+
1969-12-31 00:00:00,1969-12-30 17:00:00,67,210,0,0,109,119,81,318
112+
1969-12-31 00:00:00,1969-12-30 17:00:00,92,297,0,123,106,111,90,390
113+
1969-12-31 00:00:00,1969-12-30 17:00:00,184,119,0,121,109,106,93,323
114+
1969-12-31 00:00:00,1969-12-30 17:00:00,183,276,0,174,108,85,117,380
115+
1969-12-31 00:00:00,1969-12-30 17:00:00,151,108,0,142,101,99,120,319
116+
1969-12-31 00:00:00,1969-12-30 17:00:00,73,191,0,192,107,102,120,361
117+
1969-12-31 00:00:00,1969-12-30 17:00:00,116,268,0,0,105,116,82,382
118+
1969-12-31 00:00:00,1969-12-30 17:00:00,118,283,0,0,107,100,117,302
119+
1969-12-31 00:00:00,1969-12-30 17:00:00,164,149,0,0,101,91,113,313
120+
1969-12-31 00:00:00,1969-12-30 17:00:00,155,106,0,0,103,92,94,367
121+
1969-12-31 00:00:00,1969-12-30 17:00:00,179,149,0,168,104,114,106,376
122+
1969-12-31 00:00:00,1969-12-30 17:00:00,115,276,0,0,108,97,119,339
123+
1969-12-31 00:00:00,1969-12-30 17:00:00,10,207,0,0,106,114,92,316
124+
1969-12-31 00:00:00,1969-12-30 17:00:00,78,220,0,0,104,119,109,330
125+
1969-12-31 00:00:00,1969-12-30 17:00:00,148,215,0,119,101,118,82,324
126+
1969-12-31 00:00:00,1969-12-30 17:00:00,133,295,0,0,101,87,96,336
127+
1969-12-31 00:00:00,1969-12-30 17:00:00,66,210,0,0,104,100,107,334
128+
1969-12-31 00:00:00,1969-12-30 17:00:00,34,167,0,0,106,91,96,370
129+
1969-12-31 00:00:00,1969-12-30 17:00:00,172,274,0,0,109,97,120,397
130+
1969-12-31 00:00:00,1969-12-30 17:00:00,106,247,0,0,104,112,120,307
131+
1969-12-31 00:00:00,1969-12-30 17:00:00,74,217,0,0,104,113,97,355
132+
1969-12-31 00:00:00,1969-12-30 17:00:00,135,229,0,151,108,98,99,392
133+
1969-12-31 00:00:00,1969-12-30 17:00:00,112,210,0,0,104,103,120,396
134+
1969-12-31 00:00:00,1969-12-30 17:00:00,92,108,0,0,110,111,89,371
135+
1969-12-31 00:00:00,1969-12-30 17:00:00,70,294,0,0,109,99,106,345
136+
1969-12-31 00:00:00,1969-12-30 17:00:00,96,151,0,0,102,109,92,329
137+
1969-12-31 00:00:00,1969-12-30 17:00:00,143,141,0,116,105,116,97,337
138+
1969-12-31 00:00:00,1969-12-30 17:00:00,59,188,0,0,106,89,87,344
139+
1969-12-31 00:00:00,1969-12-30 17:00:00,199,236,0,0,106,97,80,317
140+
1969-12-31 00:00:00,1969-12-30 17:00:00,182,121,0,198,107,109,120,344
141+
1969-12-31 00:00:00,1969-12-30 17:00:00,156,120,0,0,110,109,120,333
142+
1969-12-31 00:00:00,1969-12-30 17:00:00,122,173,0,0,105,114,120,343
143+
1969-12-31 00:00:00,1969-12-30 17:00:00,190,156,0,115,106,114,81,368
144+
1969-12-31 00:00:00,1969-12-30 17:00:00,25,237,0,169,109,103,86,386
145+
1969-12-31 00:00:00,1969-12-30 17:00:00,95,164,0,131,108,105,117,302
146+
1969-12-31 00:00:00,1969-12-30 17:00:00,57,189,0,0,109,117,117,309
147+
1969-12-31 00:00:00,1969-12-30 17:00:00,20,295,0,0,110,109,93,366
148+
1969-12-31 00:00:00,1969-12-30 17:00:00,179,182,0,0,110,88,91,346
149+
1969-12-31 00:00:00,1969-12-30 17:00:00,141,213,0,152,109,101,114,350
150+
1969-12-31 00:00:00,1969-12-30 17:00:00,23,126,0,0,110,86,102,385
151+
1969-12-31 00:00:00,1969-12-30 17:00:00,185,103,0,0,109,89,118,395
152+
1969-12-31 00:00:00,1969-12-30 17:00:00,18,226,0,113,103,85,85,352
153+
1969-12-31 00:00:00,1969-12-30 17:00:00,199,125,0,0,108,93,102,321
154+
1969-12-31 00:00:00,1969-12-30 17:00:00,62,130,0,156,107,118,96,337
155+
1969-12-31 00:00:00,1969-12-30 17:00:00,172,234,0,109,110,108,114,360
156+
1969-12-31 00:00:00,1969-12-30 17:00:00,178,188,0,142,106,86,103,345
157+
1969-12-31 00:00:00,1969-12-30 17:00:00,32,111,0,0,108,106,80,354
158+
1969-12-31 00:00:00,1969-12-30 17:00:00,181,255,0,0,103,95,119,315
159+
1969-12-31 00:00:00,1969-12-30 17:00:00,135,150,0,0,107,80,110,360
160+
1969-12-31 00:00:00,1969-12-30 17:00:00,183,211,0,0,107,110,111,357
161+
1969-12-31 00:00:00,1969-12-30 17:00:00,87,296,0,0,108,91,96,339
162+
1969-12-31 00:00:00,1969-12-30 17:00:00,153,230,0,0,103,109,82,370
163+
1969-12-31 00:00:00,1969-12-30 17:00:00,133,201,0,187,109,109,86,368
164+
1969-12-31 00:00:00,1969-12-30 17:00:00,69,247,0,111,101,97,92,330
165+
1969-12-31 00:00:00,1969-12-30 17:00:00,19,155,0,0,108,107,85,387
166+
1969-12-31 00:00:00,1969-12-30 17:00:00,19,143,0,0,109,93,115,337
167+
1969-12-31 00:00:00,1969-12-30 17:00:00,170,246,0,127,109,100,89,329
168+
1969-12-31 00:00:00,1969-12-30 17:00:00,85,260,0,0,109,103,104,390
169+
1969-12-31 00:00:00,1969-12-30 17:00:00,42,291,0,176,107,114,113,350
170+
1969-12-31 00:00:00,1969-12-30 17:00:00,62,168,0,0,102,96,101,324
171+
1969-12-31 00:00:00,1969-12-30 17:00:00,185,112,0,0,104,99,102,362
172+
1969-12-31 00:00:00,1969-12-30 17:00:00,126,168,0,156,105,91,96,387
173+
1969-12-31 00:00:00,1969-12-30 17:00:00,99,108,0,0,110,109,84,362
174+
1969-12-31 00:00:00,1969-12-30 17:00:00,29,254,0,0,103,95,108,328
175+
1969-12-31 00:00:00,1969-12-30 17:00:00,40,235,0,0,102,85,81,389
176+
1969-12-31 00:00:00,1969-12-30 17:00:00,101,168,0,126,102,90,89,372
177+
1969-12-31 00:00:00,1969-12-30 17:00:00,124,222,0,167,102,103,113,372
178+
1969-12-31 00:00:00,1969-12-30 17:00:00,149,103,0,148,104,94,113,374
179+
1969-12-31 00:00:00,1969-12-30 17:00:00,162,244,0,147,110,102,95,364
180+
1969-12-31 00:00:00,1969-12-30 17:00:00,72,189,0,0,102,84,92,333
181+
1969-12-31 00:00:00,1969-12-30 17:00:00,10,212,0,0,102,81,117,367
182+
1969-12-31 00:00:00,1969-12-30 17:00:00,78,149,0,125,103,113,108,397
183+
1969-12-31 00:00:00,1969-12-30 17:00:00,64,275,0,0,107,95,96,388
184+
1969-12-31 00:00:00,1969-12-30 17:00:00,189,153,0,0,104,94,81,323
185+
1969-12-31 00:00:00,1969-12-30 17:00:00,20,182,0,0,109,105,87,349
186+
1969-12-31 00:00:00,1969-12-30 17:00:00,86,290,0,0,106,82,112,308
187+
1969-12-31 00:00:00,1969-12-30 17:00:00,38,207,0,0,108,102,116,360
188+
1969-12-31 00:00:00,1969-12-30 17:00:00,42,232,0,0,109,85,98,303
189+
1969-12-31 00:00:00,1969-12-30 17:00:00,62,300,0,0,105,96,85,368
190+
1969-12-31 00:00:00,1969-12-30 17:00:00,111,107,0,0,105,114,106,329
191+
1969-12-31 00:00:00,1969-12-30 17:00:00,181,265,0,0,108,88,97,305
192+
1969-12-31 00:00:00,1969-12-30 17:00:00,68,192,0,0,103,88,91,344
193+
1969-12-31 00:00:00,1969-12-30 17:00:00,182,135,0,127,101,94,102,309
194+
1969-12-31 00:00:00,1969-12-30 17:00:00,51,300,0,0,104,109,98,347
195+
1969-12-31 00:00:00,1969-12-30 17:00:00,55,164,0,0,103,83,81,330
196+
1969-12-31 00:00:00,1969-12-30 17:00:00,155,174,0,178,101,98,97,343
197+
1969-12-31 00:00:00,1969-12-30 17:00:00,191,216,0,0,106,110,89,322
198+
1969-12-31 00:00:00,1969-12-30 17:00:00,50,248,0,195,108,109,86,321
199+
1969-12-31 00:00:00,1969-12-30 17:00:00,188,300,0,198,106,102,111,306
200+
1969-12-31 00:00:00,1969-12-30 17:00:00,13,272,0,0,103,92,101,330
201+
1969-12-31 00:00:00,1969-12-30 17:00:00,33,233,0,146,102,105,95,349

tests/e2e_dbt_project/generate_data.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def get_training_row(date, row_index, rows_count):
132132
return {
133133
"updated_at": date.strftime(DATE_FORMAT),
134134
"occurred_at": (date - timedelta(hours=1)).strftime(DATE_FORMAT),
135-
"min": random.randint(100, 200),
136-
"max": random.randint(100, 200),
135+
"min_val": random.randint(100, 200),
136+
"max_val": random.randint(100, 200),
137137
"zero_count": 0
138138
if row_index < (3 / 100 * rows_count)
139139
else random.randint(100, 200),
@@ -143,16 +143,16 @@ def get_training_row(date, row_index, rows_count):
143143
"average": random.randint(99, 101),
144144
"standard_deviation": random.randint(99, 101),
145145
"variance": random.randint(99, 101),
146-
"sum": random.randint(100, 200),
146+
"sum_val": random.randint(100, 200),
147147
}
148148

149149
def get_validation_row(date, row_index, rows_count):
150150
row_index += -(rows_count / 2)
151151
return {
152152
"updated_at": date.strftime(DATE_FORMAT),
153153
"occurred_at": (date - timedelta(hours=7)).strftime(DATE_FORMAT),
154-
"min": random.randint(10, 200),
155-
"max": random.randint(100, 300),
154+
"min_val": random.randint(10, 200),
155+
"max_val": random.randint(100, 300),
156156
"zero_count": 0
157157
if row_index < (80 / 100 * rows_count)
158158
else random.randint(100, 200),
@@ -162,20 +162,20 @@ def get_validation_row(date, row_index, rows_count):
162162
"average": random.randint(101, 110),
163163
"standard_deviation": random.randint(80, 120),
164164
"variance": random.randint(80, 120),
165-
"sum": random.randint(300, 400),
165+
"sum_val": random.randint(300, 400),
166166
}
167167

168168
numeric_columns = [
169169
"updated_at",
170170
"occurred_at",
171-
"min",
172-
"max",
171+
"min_val",
172+
"max_val",
173173
"zero_count",
174174
"zero_percent",
175175
"average",
176176
"standard_deviation",
177177
"variance",
178-
"sum",
178+
"sum_val",
179179
]
180180
dates = generate_rows_timestamps(base_date=EPOCH - timedelta(days=2))
181181
training_rows = generate_rows(rows_count_per_day, dates, get_training_row)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select 1 as one
1+
select 1 as col1

tests/e2e_dbt_project/models/numeric_column_anomalies.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ source as (
1616
select
1717
updated_at,
1818
occurred_at,
19-
min,
20-
max,
19+
min_val,
20+
max_val,
2121
zero_count,
2222
zero_percent,
2323
average,
2424
standard_deviation,
2525
variance,
26-
sum
26+
sum_val
2727
from source
2828
)
2929

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select 1 as one
1+
select 1 as col1

tests/e2e_dbt_project/models/schema.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ models:
77
meta:
88
owner: "{{ var('one_owner', none) }}"
99
columns:
10-
- name: one
10+
- name: col1
1111
tests:
1212
- accepted_values:
1313
meta:
@@ -255,7 +255,7 @@ models:
255255
- average_length
256256
- null_count
257257
columns:
258-
- name: min
258+
- name: min_val
259259
tests:
260260
- elementary.column_anomalies:
261261
tags: ["numeric_column_anomalies", "column_anomalies"]
@@ -269,7 +269,7 @@ models:
269269
tags: ["numeric_column_anomalies", "column_anomalies"]
270270
column_anomalies:
271271
- average
272-
- name: max
272+
- name: max_val
273273
tests:
274274
- elementary.column_anomalies:
275275
tags: ["numeric_column_anomalies", "column_anomalies"]
@@ -327,7 +327,7 @@ models:
327327
tests:
328328
- elementary.column_anomalies:
329329
tags: ["numeric_column_anomalies", "column_anomalies"]
330-
- name: sum
330+
- name: sum_val
331331
tests:
332332
- elementary.column_anomalies:
333333
column_anomalies:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{% set relation = api.Relation.create(database=elementary.target_database(), schema=target.schema, identifier='numeric_column_anomalies') %}
2-
select min from {{ relation }} where min < 100
2+
select min_val from {{ relation }} where min_val < 100

0 commit comments

Comments
 (0)