Skip to content

Commit

Permalink
Add looker metadata ingestion examples
Browse files Browse the repository at this point in the history
Intended as examples we used for a POC, not a fully featured and reliable metadata ingestion
  • Loading branch information
grantatspothero committed Mar 30, 2021
1 parent a5b206a commit 7eceaca
Show file tree
Hide file tree
Showing 6 changed files with 797 additions and 0 deletions.
14 changes: 14 additions & 0 deletions metadata-ingestion/examples/looker/dashboard_ingestion/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## looker_dashboard_ingestion.py
This tool helps ingest looker dashboard/looker lineage into datahub.

The script assumes you already have run lookml_ingestion.py to scrape view and explore definitions into datahub.


## Steps:
- Use a version of python >= 3.7
- Make a virtual environment
- pip install -r requirements.txt
- Set env vars: LOOKERSDK_CLIENT_ID, LOOKERSDK_CLIENT_SECRET, LOOKERSDK_BASE_URL
- Configure extra kafka conf in looker_dashboard_ingestion.py

python looker_dashboard_ingestion.py
Loading

0 comments on commit 7eceaca

Please sign in to comment.