Skip to content

POC for a DAG of projects using the Discovery API

Notifications You must be signed in to change notification settings

dave-connors-3/xproj-lineage-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xproj-lineage-poc

POC for a DAG of projects using the Discovery API

Usage

  1. Create a python virtual env and activate it
  2. Set env vars:
    1. DBT_API_TOKEN (required) - token for hitting discovery API
    2. DBT_ACCOUNT_ID - dbt Cloud Account ID to analyze
    3. DBT_ENV_ID (required) - dbt Cloud Environment ID for model-level information
    4. DBT_METADATA_URL (optional) - metadata API url (defaults to beta URL)
  3. Install dependencies
pip install --upgrade pip
pip install -r requirements.txt
  1. Run the app
streamlit run home.py

About

POC for a DAG of projects using the Discovery API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages