[Bug] Small fixes #101
Labels
priority:p4
Affects few users; pick up when available
type:enhancement
New functionality or enhancement
update_type:documentation
Primary focus requires documentation updates
Is there an existing issue for this?
Describe the issue
The following are to be included in the next breaking change of the package:
payed_to_account_id
field topaid_to_account_id
payed_to_account_id
field in Quickbooks that should be updated in[int_quickboooks__bill_double_entry
](https://github.com/fivetran/dbt_quickbooks/blob/main/models/double_entry_transactions/int_quickbooks__bill_double_entry.sql) andint_quickbooks__purchase_double_entry
. Although the change is trivial, renaming the field is a breaking change, so it should be bundled with a larger package update.due_date_at
todue_date
in stg_quickbooks__bill and update appropriate downstream models,bill_link.due_date_at as due_date,
Relevant error log or model output
No response
Expected behavior
Field should return
paid_to_account_id
rather thanpayed_to_account_id
.dbt Project configurations
version 0.11.1
require-dbt-version: [">=1.3.0", "<2.0.0"]
Package versions
packages:
version: [">=0.9.0", "<0.10.0"]
What database are you using dbt with?
bigquery
dbt Version
1.6.0
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: