GitXplorerGitXplorer
l

Looker_Explore_ERD_Generator

public
4 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
a3799df44beb4c0e2cb006023be9516845dd8891

Update README.md

lleighajarett committed 5 years ago
Verified
b41a97909b4382ea7536af03e00868aa7e2dfcbe

Update README.md

lleighajarett committed 5 years ago
Verified
5c6182de7f488e6027f484310c8ec797b182f1ff

Update README.md

lleighajarett committed 5 years ago
Verified
0255a0c90792ea4f53ae5d45e66cb2ff59c53b1e

Update README.md

lleighajarett committed 5 years ago
Verified
54b7e0b5f8695aacd2a5d906e31fcaf5e1eed24d

Update README.md

lleighajarett committed 5 years ago
Verified
26a7a32e8ebd606fc403510ed9f8d56fde6831f1

Update README.md

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.