File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -377,6 +377,27 @@ models:
377
377
- afternoon
378
378
- evening
379
379
- night
380
+ - name : date_day
381
+ description : The key date for this dimension
382
+ tests :
383
+ - not_null
384
+ - unique
385
+ - dbt_expectations.expect_column_values_to_be_increasing
386
+ - name : prior_date_day
387
+ description : One day before the date_day
388
+ tests :
389
+ - not_null
390
+ - dbt_expectations.expect_column_values_to_be_increasing
391
+ - name : next_date_day
392
+ description : One day after the date_day
393
+ tests :
394
+ - not_null
395
+ - dbt_expectations.expect_column_values_to_be_increasing
396
+ - name : prior_year_date_day
397
+ description : One year before the date_day
398
+ tests :
399
+ - not_null
400
+ - dbt_expectations.expect_column_values_to_be_increasing
380
401
381
402
- name : fct_electricity
382
403
description : Electricity usage data coming from Fluvius, by quarter
You can’t perform that action at this time.
0 commit comments