Added business scope to models

This commit is contained in:
Joaquin 2025-03-14 11:48:22 +01:00
parent 72118389d6
commit 89b3989d19
6 changed files with 82 additions and 24 deletions

View file

@ -365,6 +365,19 @@ models:
- PLATFORM
- API
- name: business_scope
data_type: string
description: |
Business scope identifying the metric source.
data_tests:
- not_null
- accepted_values:
values:
- "Old Dash"
- "New Dash"
- "API"
- "UNSET"
- name: main_deal_name
data_type: string
description: |
@ -1548,6 +1561,19 @@ models:
- PLATFORM
- API
- name: business_scope
data_type: string
description: |
Business scope identifying the metric source.
data_tests:
- not_null
- accepted_values:
values:
- "Old Dash"
- "New Dash"
- "API"
- "UNSET"
- name: metric_from_date
data_type: date
description: |