Skip to content

Commit

Permalink
Merge pull request #20 from fivetran/account-id-add
Browse files Browse the repository at this point in the history
account_id added to pl and bs
  • Loading branch information
fivetran-joemarkiewicz authored Jun 1, 2021
2 parents 018dc22 + 0750791 commit e339d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/quickbooks__balance_sheet.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ with general_ledger_by_period as (
account_type,
account_sub_type,
account_number,
account_id,
account_name,
period_ending_balance as amount
from general_ledger_by_period
Expand Down
1 change: 1 addition & 0 deletions models/quickbooks__profit_and_loss.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ with general_ledger_by_period as (
account_type,
account_sub_type,
account_number,
account_id,
account_name,
period_net_change as amount
from general_ledger_by_period
Expand Down

0 comments on commit e339d0d

Please sign in to comment.