CEC-1387 superset integration and removal of grafana (#138)
* replace grafana with superset * updating snapshots
This commit is contained in:
5
src/services/superset.js
Normal file
5
src/services/superset.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const SUPERSET_BASE_URL = process.env.REACT_APP_SUPERSET_URL;
|
||||
|
||||
const SupersetDashboardURL = `${SUPERSET_BASE_URL}/r/3`;
|
||||
|
||||
export { SupersetDashboardURL };
|
||||
Reference in New Issue
Block a user