-
Notifications
You must be signed in to change notification settings - Fork 47
[Bug] Small fixes #101
Copy link
Copy link
Closed
Labels
priority:p4Affects few users; pick up when availableAffects few users; pick up when availabletype:enhancementNew functionality or enhancementNew functionality or enhancementupdate_type:documentationPrimary focus requires documentation updatesPrimary focus requires documentation updates
Metadata
Metadata
Assignees
Labels
priority:p4Affects few users; pick up when availableAffects few users; pick up when availabletype:enhancementNew functionality or enhancementNew functionality or enhancementupdate_type:documentationPrimary focus requires documentation updatesPrimary 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_idfield topaid_to_account_idpayed_to_account_idfield 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_attodue_datein 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_idrather 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?