You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Invoice staging model, deposit_to_account_id is currently represented as a string, but since we cast account_id in the Accounts model as an integer, this FK should also be cast as an int
The text was updated successfully, but these errors were encountered:
Thanks for catching this @jamesrayoub! We are planning an enhancement to the dbt_quickbooks package to include a monthly P&L model. We will incorporate this fix in those updates.
In the Invoice staging model,
deposit_to_account_id
is currently represented as a string, but since we castaccount_id
in the Accounts model as an integer, this FK should also be cast as an intThe text was updated successfully, but these errors were encountered: