Is there an existing issue for this?
Describe the issue
Example transaction ID 150975 has duplicate entries in Bigquery General Ledger. Account_id 501 and account_id 500 are creating duplicate entries. The data from fivetran DBT job for the General Ledger is creating duplicate data for account id 501 and is causing our data to not reconcile. When you look in Quickbooks that isn't the case. See attached screen shots and advise.

Query Export.csv
Relevant error log or model output
No response
Expected behavior
We would only want to have entries for Account ID 500 in the General Ledger.
dbt Project configurations
vars:
using_credit_card_payment_txn: true
using_purchase_order: true
Package versions
packages:
- package: fivetran/quickbooks
version: [">=0.11.0", "<0.12.0"]
What database are you using dbt with?
bigquery
dbt Version
dbt Version: 1.5
Additional Context
SELECT * FROM back-bar.prod_quickbooks.quickbooks__general_ledger where transaction_id = '150975'
Are you willing to open a PR to help address this issue?
Is there an existing issue for this?
Describe the issue
Example transaction ID 150975 has duplicate entries in Bigquery General Ledger. Account_id 501 and account_id 500 are creating duplicate entries. The data from fivetran DBT job for the General Ledger is creating duplicate data for account id 501 and is causing our data to not reconcile. When you look in Quickbooks that isn't the case. See attached screen shots and advise.
Query Export.csv
Relevant error log or model output
No response
Expected behavior
We would only want to have entries for Account ID 500 in the General Ledger.
dbt Project configurations
vars:
using_credit_card_payment_txn: true
using_purchase_order: true
Package versions
packages:
version: [">=0.11.0", "<0.12.0"]
What database are you using dbt with?
bigquery
dbt Version
dbt Version: 1.5
Additional Context
SELECT * FROM
back-bar.prod_quickbooks.quickbooks__general_ledgerwhere transaction_id = '150975'Are you willing to open a PR to help address this issue?