CEC-1387 superset integration and removal of grafana (#138)

* replace grafana with superset

* updating snapshots
This commit is contained in:
Drew Taylor
2022-04-18 09:02:17 -07:00
committed by GitHub
parent 11c85e57d6
commit 491de89269
44 changed files with 1059 additions and 3228 deletions

5
src/services/superset.js Normal file
View File

@@ -0,0 +1,5 @@
const SUPERSET_BASE_URL = process.env.REACT_APP_SUPERSET_URL;
const SupersetDashboardURL = `${SUPERSET_BASE_URL}/r/3`;
export { SupersetDashboardURL };