Closed dherbst closed 3 years ago
Implementation looks good, though #28 suggests that the work of creating schemas should be moved to its own DAG.
If #20 is merged in, it should be as easy as moving datawarehouse_setup.py
into its own DAG folder.
Sounds good.
Here are the schemas the data will go into:
datawarehouse=# \dn
List of schemas
Name | Owner
------------+----------
public | postgres
tap_github | postgres
tap_slack | postgres
views | postgres
(4 rows)
For #27 puts tap_github into views_github and tap-slack into views_slack
For example: