Exposing Deal info to reporting

This commit is contained in:
uri 2024-09-12 14:08:36 +02:00
parent c336081d3d
commit 0e94022544
2 changed files with 16 additions and 1 deletions

View file

@ -470,6 +470,19 @@ models:
tests:
- not_null
- name: main_deal_name
data_type: string
description: |
Main name for this ID deal.
tests:
- not_null
- name: main_billing_country_iso_3_per_deal
data_type: string
description: |
ISO 3166-1 alpha-3 main country code in which the Deal is billed.
In some cases it's null.
- name: year
data_type: int
description: year number of the given date.