diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7776e..183c7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ - Added the following staging models, along with documentation and tests: - `stg_hubspot__property` - `stg_hubspot__property_option` - - These tables can be disabled by setting `hubspot_property_enabled': False` in your dbt_project.yml vars. See [Step 4 of the README](https://github.com/fivetran/dbt_hubspot_source#step-4-disable-models-for-non-existent-sources) for more details. + - These tables can be disabled by setting `hubspot_property_enabled: False` in your dbt_project.yml vars. See [Step 4 of the README](https://github.com/fivetran/dbt_hubspot_source#step-4-disable-models-for-non-existent-sources) for more details. - When including a passthrough `property_hs_*` column, you now have the option to include the corresponding, human-readable label in the staging models. - The above-mentioned `property` tables are required for this feature. If you do not have them and have to disable them, unfortunately you will not be able to use this feature. - See the [Adding property label section](https://github.com/fivetran/dbt_hubspot_source#adding-property-label) of the README for instructions on how to enable this feature! + - We recommend being selective with the label columns you add. As you add more label columns, your run time will increase due to the underlying logic requirements. - This update applies to models: - `stg_hubspot__company` - `stg_hubspot__contact` diff --git a/README.md b/README.md index e55194e..157d547 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ For `property_hs_*` columns, you can enable the corresponding, human-readable `p #### Important! - You must have sources `property` and `property_option` enabled to enable labels. By default, these sources are enabled. - You CANNOT enable labels if using `hubspot__pass_through_all_columns: true`.` -- As you add more label columns, your run time will increase due to the underlying logic requirements. +- We recommend being selective with the label columns you add. As you add more label columns, your run time will increase due to the underlying logic requirements. To enable labels for a given property, set the property attribute `add_property_label: true`, using the below format.