Skip to content

v0.8.0 dbt_quickbooks_source

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 01 May 21:36
· 82 commits to main since this release
0146356

πŸŽ‰ Feature Updates πŸŽ‰

  • Addition of the detail_type field within the stg_quickbooks__invoice_line model. This field will help identify the type of invoice line in the context of the entire invoice. (PR #43)

Under the Hood

  • Casted the department_id within the following staging models to be of type string. This ensures downstream unions on this type are consistent and of the same type. (PR #44)
    • stg_quickbooks__bill
    • stg_quickbooks__bill_payment
    • stg_quickbooks__credit_memo
    • stg_quickbooks__department
    • stg_quickbooks__deposit
    • stg_quickbooks__estimate
    • stg_quickbooks__invoice
    • stg_quickbooks__journal_entry_line
    • stg_quickbooks__purchase
    • stg_quickbooks__refund_receipt
    • stg_quickbooks__sales_receipt
    • stg_quickbooks__vendor_credit

Under the Hood:

  • Incorporated the new fivetran_utils.drop_schemas_automation macro into the end of each Buildkite integration test job. (#46)
  • Updated the pull request templates. (#46)

Full Changelog: v0.7.1...v0.8.0