PR #204 includes the following updates:
Schema/Data Changes
4 total changes • 1 possible breaking change
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
stg_quickbooks__customer_type
| New model | BREAKING CHANGE: New staging model when the customer_type table is synced.
| ||
stg_quickbooks__customer
| New field | customer_type_id
| ||
quickbooks__ap_ar_enhanced
| New field | customer_type_name
| Only populated if the customer_type table is synced.
| |
quickbooks__expenses_sales_enhanced
| New field | customer_type_name
| Only populated if the customer_type table is synced in your connector.
|
Feature Update
- For dbt Core users: Introduces
using_customer_typevariable to sync data from thecustomer_typesource table. See the README on how to configure this variable.
Full Changelog: v1.5.1...v1.6.0