GitXplorerGitXplorer
l

Looker_Explore_ERD_Generator

public
4 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
128cf00b1fd50a195117dcbb1f1a9d0ce3673967

Update README.md

lleighajarett committed 5 years ago
Verified
c5a2ff6e4f0e5307e18efc85c7853c06892825c0

Update requirements.txt

lleighajarett committed 5 years ago
Verified
830f0a4a9effdbd9793d34e8fb4fd593502d3279

Create requirements.txt

lleighajarett committed 5 years ago
Verified
e1fdc0e9dc0c6bbc2d075a9d4077d14424aa9b51

Update README.md

lleighajarett committed 5 years ago
Verified
177c687573bb1541e3494e18977efe70b945de29

Add files via upload

lleighajarett committed 5 years ago
Verified
9a461c4000138d0c2705579cbde7fb597a1ffb27

Delete Screen Shot 2019-08-30 at 11.23.59 AM.png

lleighajarett committed 5 years ago

README

The README file for this repository.

Looker Explore ERD Generator

This repository shows the code used to generate a PDF of an ERD for a given explore within a Looker model

This repository contains a Jupyter Notebook which contains code used to make Looker API calls to retreive information on joins within an explore, and metadata on fields in a given view, in order to create an ERD like the one shown in this repo. The script assumes that you have the LookerAPI.py (python SDK for Looker's API) file in the working directory, and that there is a config file that has the necessary Looker authentication information. The script also requires that you have installed erd - an open source command line tool, which can be found here. The result is a text file, which is transformed into a PDF, using the referenced command line function, called model_erd.pdf saved within your working directory.