*Feature**: Connect superset to local metadata and project databases
Superset requires backed up database to store metadata relating to the dashboard. It also requires an SQL (Preferably postgresql) database to load/read data from. Data can be loaded into the database via the front end (in .csv format). This has successfully been implemented as a PyPi app but not using docker.
This ticket will be used to record resources and methods to achieve this.
Description
*Feature**: Connect superset to local metadata and project databases
Superset requires backed up database to store metadata relating to the dashboard. It also requires an SQL (Preferably postgresql) database to load/read data from. Data can be loaded into the database via the front end (in .csv format). This has successfully been implemented as a PyPi app but not using docker.
This ticket will be used to record resources and methods to achieve this.
Tasks