-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add looker metadata ingestion examples
Intended as examples we used for a POC, not a fully featured and reliable metadata ingestion
- Loading branch information
1 parent
a5b206a
commit 7eceaca
Showing
6 changed files
with
797 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
metadata-ingestion/examples/looker/dashboard_ingestion/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.