Build a dependency graph of your Looker models, explores and views based on LookML files.
It builds upon lkml
parser and was inspired by gazetteer
.
Replace the contents of input/models/
with your own .model.lkml
files.
sudo apt-get install graphviz
poetry install
poetry shell
python main.py
Use --filters
argument to only render edges of desired nodes. Example:
python main.py --filters 'explore.user_events_cube explore.another_cube'