PR #109 includes the following updates:
Bug Fixes
- Adjusted the
stg_fivetran_platform__credits_usedandstg_fivetran_platform__usage_costmodels to return empty tables (via alimit 0) if the respectivefivetran_platform__credits_pricingand/orfivetran_platform__usage_pricingvariables are disabled. This is to avoid Postgres data type errors if those tables are null.
Under the Hood
- Included an additional test case within the integration tests where the
fivetran_platform__credits_pricingvariable is set to false and thefivetran_platform__usage_pricingvariable is set to true in order to effectively test this scenario. - Updated seed files to ensure downstream models properly populate into
fivetran_platform__usage_mar_destination_history.
Full Changelog: v1.4.1...v1.4.2