Skip to content

Commit

Permalink
addition to final source tables
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz committed Aug 3, 2023
1 parent 7a5e771 commit c183f11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions models/src_zuora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,8 @@ sources:
description: The id of the user who last updated the product.
- name: updated_date
description: The date and time when the product was last updated.
- name: _fivetran_deleted
description: '{{ doc("_fivetran_deleted") }}'

- name: product_rate_plan
identifier: "{{ var('zuora_product_rate_plan_identifier', 'product_rate_plan')}}"
Expand Down Expand Up @@ -1078,6 +1080,8 @@ sources:
description: The id of the refund invoice payment in Zuora.
- name: _fivetran_synced
description: '{{ doc("_fivetran_synced") }}'
- name: _fivetran_deleted
description: '{{ doc("_fivetran_deleted") }}'
- name: created_by_id
description: The id of the user who created the refund invoice payment in Zuora.
- name: created_date
Expand Down

0 comments on commit c183f11

Please sign in to comment.