Merged PR 5238: Brings additional sales info from hubspot
# Description Brings additional info from Hubspot Deals regarding onboarding process # 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
ca3fc4add9
commit
43a20a3c22
6 changed files with 114 additions and 1 deletions
|
|
@ -387,3 +387,30 @@ seeds:
|
|||
achieve by the end of the financial year.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: stg_seed__hubspot_account_owner
|
||||
description: |
|
||||
A seed that converts the id_hubspot_account_owner to the
|
||||
person's name for Hubspot onboarding purposes.
|
||||
To be revisited; ideally this is a standalone Hubspot
|
||||
property.
|
||||
config:
|
||||
column_types:
|
||||
id_hubspot_account_owner: varchar
|
||||
|
||||
columns:
|
||||
- name: id_hubspot_account_owner
|
||||
data_type: character varying
|
||||
description: |
|
||||
ID of the hubspot account owner.
|
||||
data_tests:
|
||||
- not_null
|
||||
- unique
|
||||
|
||||
- name: hubspot_account_owner
|
||||
data_type: character varying
|
||||
description: |
|
||||
Name of the hubspot account owner.
|
||||
data_tests:
|
||||
- not_null
|
||||
- unique
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue