Skip to content

Commit 8f14de3

Browse files
Merge pull request #132 from fivetran/fivetran-chloe-patch-1
update hubspot_deal_changes description
2 parents 858e588 + dec16d0 commit 8f14de3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table provides a detailed list of all models materialized within t
3333
| [hubspot__contact_history](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__contact_history) | Each record represents a change to a contact in Hubspot, with `valid_to` and `valid_from` information. |
3434
| [hubspot__contact_lists](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__contact_lists) | Each record represents a contact list in Hubspot, enriched with metrics about email activities. |
3535
| [hubspot__deals](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__deals) | Each record represents a deal in Hubspot, enriched with metrics about engagement activities. |
36-
| [hubspot__deal_stages](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__deal_stages) | Each record represents a deal stage in Hubspot, enriched with metrics deal activities. |
36+
| [hubspot__deal_stages](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__deal_stages) | Each record represents when a deal stage changes in Hubspot, enriched with metrics about deal activities. |
3737
| [hubspot__deal_history](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__deal_history) | Each record represents a change to a deal in Hubspot, with `valid_to` and `valid_from` information. |
3838
| [hubspot__tickets](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__tickets) | Each record represents a ticket in Hubspot, enriched with metrics about engagement activities and information on associated deals, contacts, companies, and owners. |
3939
| [hubspot__daily_ticket_history](https://fivetran.github.io/dbt_hubspot/#!/model/model.hubspot.hubspot__daily_ticket_history) | Each record represents a ticket's day in Hubspot with tracked properties pivoted out into columns. |

docs/manifest.json

+1-1
Large diffs are not rendered by default.

models/sales/sales.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ models:
6565
description: A timestamp representing when the deal_pipeline was updated.
6666

6767
- name: hubspot__deal_stages
68-
description: Each record represents a stage within a deal in Hubspot
68+
description: Each record represents when a deal stage changes in Hubspot, enriched with metrics about deal activities
6969
columns:
7070
- name: deal_stage_id
7171
description: The unique deal stage identifier.

0 commit comments

Comments
 (0)