diff --git a/models/intermediate/hubspot/int_hubspot__deal.sql b/models/intermediate/hubspot/int_hubspot__deal.sql index 2b1bfb0..e074ade 100644 --- a/models/intermediate/hubspot/int_hubspot__deal.sql +++ b/models/intermediate/hubspot/int_hubspot__deal.sql @@ -20,6 +20,7 @@ select dps.stage_name as deal_hubspot_stage, d.cancellation_category, d.cancellation_details, + d.amount_of_properties, d.created_at_utc, d.created_date_utc, d.updated_at_utc, diff --git a/models/intermediate/hubspot/schema.yml b/models/intermediate/hubspot/schema.yml index 19783b6..791ab19 100644 --- a/models/intermediate/hubspot/schema.yml +++ b/models/intermediate/hubspot/schema.yml @@ -66,6 +66,12 @@ models: data_type: text description: Free text with additional comments on why they cancelled the account + - name: amount_of_properties + data_type: integer + description: | + Amount of properties the owner told us they manage. This is not necessarily the + amount of properties that will be finally booked in our business. + - name: created_at_utc data_type: timestamp with time zone description: Timestamp of when the record was created in Hubspot