Skip to content

Commit

Permalink
Merge pull request #34 from fivetran/jr_working
Browse files Browse the repository at this point in the history
docs for deal-company
  • Loading branch information
fivetran-jamie authored Mar 22, 2021
2 parents c3d827b + 762f9a1 commit d35f078
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
12 changes: 12 additions & 0 deletions models/src_hubspot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,18 @@ sources:

- name: owner_id
description: The ID of the deal's owner.

- name: deal_company
description: Each record represents a 'link' between a deal and company.
columns:
- name: _fivetran_synced
description: '{{ doc("_fivetran_synced") }}'

- name: company_id
description: The ID of the company.

- name: deal_id
description: The ID of the deal.

- name: deal_contact
description: Each record represents a 'link' between a deal and a contact.
Expand Down
13 changes: 11 additions & 2 deletions models/stg_hubspot__deal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,17 @@ models:
- name: owner_id
description: The ID of the deal's owner.

- name: stg_hubspot__deal_company
description: Each record represents a 'link' between a deal and company.
columns:
- name: company_id
description: The ID of the company.

- name: deal_id
description: The ID of the deal.

- name: stg_hubspot__deal_property_history
description: TBD
description: Each record represents the details of your deal properties.
columns:
- name: _fivetran_synced
description: '{{ doc("_fivetran_synced") }}'
Expand All @@ -105,4 +114,4 @@ models:
description: '{{ doc("history_name") }}'

- name: new_value
description: '{{ doc("history_value") }}'
description: '{{ doc("history_value") }}'

0 comments on commit d35f078

Please sign in to comment.