Merged PR 5261: Adds contract signed month in onboarding reporting
# Description Adds contract signed month + not null test # Checklist - [X] The edited models and dependants run properly with production data. - [X] The edited models are sufficiently documented. - [X] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Related work items: #30249
This commit is contained in:
parent
56aeb701cd
commit
747fa1b731
2 changed files with 11 additions and 0 deletions
|
|
@ -2868,6 +2868,16 @@ models:
|
|||
data_type: date
|
||||
description: |
|
||||
Date in which the contract was signed according to HubSpot.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: contract_signed_month
|
||||
data_type: date
|
||||
description: |
|
||||
First day of the month in which the contract was signed according
|
||||
to HubSpot.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: live_date_utc
|
||||
data_type: date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue