Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 18f045a

Browse files
authored
Merge pull request #6 from fishtown-analytics/feature/use-dbt-seed
migrate from union models to dbt seed
2 parents a3a695f + 7529eca commit 18f045a

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
classification,statement,account_type
2+
Asset,bs,debit
3+
Liability,bs,credit
4+
Equity,bs,credit
5+
Expense,is,debit
6+
Revenue,is,credit
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
account_attribute,statement,order
2+
Income,is1,1
3+
Other Income,is1,2
4+
Cost of Goods Sold,is1,3
5+
Expense,is1,4
6+
Other Expense,is1,5

dbt_project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ target-path: "target"
66
clean-targets: ["target"]
77
test-paths: ["test"]
88
analysis-paths: ["analysis"]
9+
data-paths: ["data"]
910

1011
models:
1112
quickbooks:

models/mapping/quickbooks_classifications.sql

Lines changed: 0 additions & 11 deletions
This file was deleted.

models/mapping/quickbooks_statement_order.sql

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)