v0.11.1 dbt_stripe_source
·
33 commits
to main
since this release
[PR #74] includes the following updates:
Bug Fix
- Removes the
unique_invoice_line_item_id
uniqueness test instg_stripe__invoice_line_item
. This is becauseunique_invoice_line_item_id
(unique_id
in the raw sourceinvoice_line_item
table) was part of an older version of Stripe that was brought forth to help migrate internal references. See the Stripe API update for more information. The Fivetran connector persists this in order to resolve the pagination break issue for invoice line items that was introduced by the API update.- Furthermore the column definition for
unique_invoice_line_item_id
(unique_id
in the raw sourceinvoice_line_item
table) has been made more specific:"A unique id generated and only for old invoice line item ID's from a past version of the API. The introduction of this field resolves the pagination break issue for invoice line items, which was introduced by the Stripe API update."
- Furthermore the column definition for
Full Changelog: v0.11.0...v0.11.1