PR #192 and PR #193 include the following updates:
Bug Fixes
- Fixed typo in
stg_quickbooks.ymlchangingtest:totests:for proper dbt syntax compliance.
Documentation
- Updates README with standardized Fivetran formatting.
- Updates DECISIONLOG to explicitly call out join logic that requires a single designated Accounts Payable and a single designated Accounts Receivable account per currency with a possible workaround using variable configuration.
- Updates README to reference the DECISIONLOG for additional details on configuring account type names to avoid potential data fanout issues.
Under the Hood
- Removed tax line table variables from
quickstart.ymlfor Quickstart customers to prevent potential configuration issues until tax lines are fully validated for Quickstart use. - In the
quickstart.ymlfile:- Adds
table_variablesfor relevant sources to prevent missing sources from blocking downstream Quickstart models. - Adds
supported_varsfor Quickstart UI customization.
- Adds
Full Changelog: v1.2.1...v1.3.0