comments on work done
This commit is contained in:
parent
d3c9b627e2
commit
e12a96df2e
10
readme.md
10
readme.md
@ -1,3 +1,7 @@
|
||||
## worked on so far
|
||||
|
||||
setup
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
the basic assumption is a single sales table is available to work with that has a lot of related data that came from master data tables originally.
|
||||
the goal then is to break that back apart to whatever degree is necessary.
|
||||
|
||||
@ -6,3 +10,9 @@ the goal then is to break that back apart to whatever degree is necessary.
|
||||
* _**run**_ `target_info.sql` to populate the `fc.target_meta` table that holds all the columns and their roles
|
||||
* fill in flags on table `fc.target_meta` to show how the data is related
|
||||
* _**run**_ `build_master_tables.sql` to generate foreign key based master data
|
||||
|
||||
|
||||
baseline
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* copy history and increment by year to form a baseline
|
||||
* need to be able to handle order/ship dates generically
|
||||
|
Loading…
Reference in New Issue
Block a user