rename active day to day

This commit is contained in:
forgash_ 2023-11-09 14:37:59 -07:00
parent b40935142d
commit 7085d673d0
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
SELECT
atlas_near_maa_id AS fact_near_maas_id,
active_day,
day,
maa,
new_maas,
returning_maas,

View File

@ -12,7 +12,7 @@ models:
- not_null
- unique
- name: active_day
- name: day
description: "{{ doc('active_day') }}"
tests:
- not_null

View File

@ -12,7 +12,7 @@ models:
- not_null
- unique
- name: active_day
- name: day
description: "{{ doc('active_day') }}"
tests:
- not_null