commit wip
This commit is contained in:
parent
bf1e125856
commit
1ced79ca0a
2 changed files with 9 additions and 17 deletions
|
|
@ -479,19 +479,15 @@ models:
|
|||
- name: effective_deal_start_date_utc
|
||||
data_type: date
|
||||
description: |
|
||||
Effective start date of the deal, which corresponds to the minimum between the
|
||||
date a deal has gone live according to Hubspot and the first date a user
|
||||
host has been created according to Core.
|
||||
data_tests:
|
||||
- not_null
|
||||
Effective start date of the deal, this corresponds to the date a deal has
|
||||
gone live according to Hubspot.
|
||||
It can be Null if the deal doesn't appear in HubSpot.
|
||||
- name: effective_deal_start_month
|
||||
data_type: date
|
||||
description: |
|
||||
This field represents the first day of the month of the effective
|
||||
start date of the deal. This is obtained by truncating the effective
|
||||
deal start date to the month.
|
||||
data_tests:
|
||||
- not_null
|
||||
This field represents the first day of the month of the effective deal
|
||||
start date. This is obtained by truncating the effective deal start date
|
||||
to the month.
|
||||
- name: hubspot_deal_cancellation_date_utc
|
||||
data_type: date
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue