Releases: fivetran/dbt_zuora_source
Releases · fivetran/dbt_zuora_source
v0.2.1 dbt_zuora_source
PR #11 includes the following update:
🔧 Bug Fixes
- Updated default column macros to remove columns not used in their associated staging models. This prevents conflicts when bringing in this columns via the passthrough functionality.
Full Changelog: v0.2.0...v0.2.1
v0.2.0 dbt_zuora_source
PR #9 includes the following update:
🚨 Breaking Change 🚨
- Updated model configuration in
dbt_project.yml
to correctly reflect project configuration name aszuora_source
. This is a breaking change because customers may unexpectedly see errors if they changed their materialization settings on any of their models.
🔧 Under The Hood 🔩
- Updated seed files in
integration_tests
to match those indbt_zuora
for thev0.2.0
release.
Full Changelog: v0.1.2...v0.2.0
v0.1.2 dbt_zuora_source
PR #6 includes the following updates:
Bug Fixes
- Included a where clause within all staging models to filter out
_fivetran_deleted
records. - Added a conditional config within the
src_zuora.yml
to properly handle theorder
(reserved word) source table when using Snowflake as a destination.
Documentation
- Added a call out in the identifier configuration section of the README to provide instructions for Snowflake users to handle the
order
source table if their destination has case sensitivity enabled.
Under the Hood
- Added the
_fivetran_deleted
field to allget_*_columns
macros to ensure the field may be leveraged in the respective staging models.
Contributors
v0.1.1 dbt_zuora_source
Bug Fixes
- Included model disable logic within the
stg_zuora__credit_balance_adjustment_tmp
andstg_zuora__refund_invoice_payment_tmp
models in order to ensure they are not run if the appropriate variables are set tofalse
.
Documentation Update
- Adjustment within the README to classify the package is no longer in development post v0.1.0 release.
Under the Hood
- Updated
run_models.sh
script that is utilized in the integration tests of this package to ensure rollouts are successful prior to release. - Updated the pull request templates.
dbt_zuora_source v0.1.0
🎉 New dbt Zuora Source Package! 🎉
Happy National Pretzel Day! 🥨 We have an exciting twist for all package lovers out there. Check out the new Zuora source package!
This package is designed to enrich your Fivetran Zuora data by doing the following:
- Cleans, tests, and prepares your Zuora data from Fivetran's connector for analysis.
- Add descriptions to tables and columns that are synced using Fivetran.
- Add freshness tests to source data.
- Add column-level testing where applicable. For example, all primary keys are tested for uniqueness and non-null values.
- Model staging tables which leverage data in the format described here, which can then be used simultaneously with our Zuora modeling transformation package.
- Currently the package supports Postgres, Redshift, BigQuery, Databricks, and Snowflake. Additionally, this package is designed to work with dbt versions [">=1.3.0", "<2.0.0"].
For more information refer to the README.
Submit any feedback you have here in our survey, post in our Fivetran dbt communitywith questions you might have, or email us at [email protected] if you need any additional help!