Knowledge Base Article

Get CSV of ElastiCube Dependencies

Introduction

This script exports to CSV a complete list of the front-end dependencies for each ElastiCube. It provides information about whether an ElastiCube is used for data security, hierarchies, build alerts, pulse KPIs, or starred formulas. It also provides the list of dashboards (by ID and name) that use an ElastiCube.
Prerequisites
Tested in Python 3.6. Requires Sisense 7.1+.
Python Packages
JSON
Pandas
RE
Requests

Steps

1. Download and unzip the file here.
2. Update the configuration section. For authentication, you can hard-code a token or use the program to generate a token.
3. Run the script

Sample Output

Updated 03-02-2023
No CommentsBe the first to comment