Skip to content

v0.3.2-a2 dbt_zuora

Pre-release
Pre-release
Compare
Choose a tag to compare
@fivetran-avinash fivetran-avinash released this 13 Feb 23:57
· 6 commits to prerelease/multicurrency-variable-config-update since this release

This pre-release introduces the following updates.

Bug Fixes

  • Flipped the variable logic in zuora__using_multicurrency in these models so that the *_amount values are called by default rather than *_amount_home_currency when the variable isn't set: (#22)
    • zuora__line_item_history: For setting the gross_revenue and discount_revenue values (these values are then used to calculate net_revenue).
    • zuora__monthly_recurring_revenue: For setting the mrr_expected_current_month value.
    • int_zuora__transaction_grouped: For setting daily amount values for invoices, discounts, taxes and credit balance adjustments to flow downsteram into the zuora__account_daily_overview model.
  • Multicurrency customers must set the zuora__using_multicurrency variable to true to enable that functionality. (#22)

Under the Hood

  • Created consistency test within integration_tests for the zuora__monthly_recurring_revenue model. (#22)
  • Updated run_models.sh to remove duplicative Buildkite script.

Full Changelog: v0.3.2-a1...v0.3.2-a2