remove duplicate deals entry
This commit is contained in:
parent
35b6472b48
commit
c0e411ee12
1 changed files with 0 additions and 60 deletions
|
|
@ -54,67 +54,7 @@ models:
|
|||
description: "Timestamp of when data was extracted to DWH."
|
||||
tests:
|
||||
- not_null
|
||||
- name: stg_hubspot__deals
|
||||
description: "Table with deal information stored in Hubspot."
|
||||
columns:
|
||||
- name: id_deal
|
||||
data_type: character varying
|
||||
description: "Unique id for each contact information."
|
||||
tests:
|
||||
- unique
|
||||
- not_null
|
||||
|
||||
- name: archived
|
||||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
- name: contacts
|
||||
data_type: jsonb
|
||||
description: "List of contact ids for the deal"
|
||||
|
||||
- name: companies
|
||||
data_type: jsonb
|
||||
description: ""
|
||||
|
||||
- name: line_items
|
||||
data_type: jsonb
|
||||
description: ""
|
||||
|
||||
- name: properties
|
||||
data_type: jsonb
|
||||
description: "Json with all information for this deal."
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: created_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: "Timestamp of when this record was created."
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: created_date_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Date of when this record was created."
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: updated_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: "Timestamp of when this record was last updated."
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: updated_date_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Date of when this record was last updated."
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: dwh_extracted_at_utc
|
||||
data_type: timestamp with time zone
|
||||
description: "Timestamp of when data was extracted to DWH."
|
||||
tests:
|
||||
- not_null
|
||||
- name: stg_hubspot__form_submissions
|
||||
description: "Table with forms values that have been submitted in the forms"
|
||||
columns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue