Added year and month
This commit is contained in:
parent
1245a88867
commit
24d13185eb
2 changed files with 17 additions and 1 deletions
|
|
@ -2762,6 +2762,20 @@ models:
|
|||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: cancellation_year
|
||||
data_type: integer
|
||||
description: "Year when the deal was offboarded according to
|
||||
Hubspot."
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: cancellation_month
|
||||
data_type: integer
|
||||
description: "Month when the deal was offboarded according to
|
||||
Hubspot."
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: cancellation_date_utc
|
||||
data_type: date
|
||||
description: "Date when the deal was offboarded according to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue