From c0e411ee12d74fbbd03086471022bb5dad1c2f69 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 15 Oct 2024 18:03:31 +0200 Subject: [PATCH] remove duplicate deals entry --- models/staging/hubspot/schema.yml | 60 ------------------------------- 1 file changed, 60 deletions(-) diff --git a/models/staging/hubspot/schema.yml b/models/staging/hubspot/schema.yml index d8f110b..cabfad9 100644 --- a/models/staging/hubspot/schema.yml +++ b/models/staging/hubspot/schema.yml @@ -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: