Skip to content

rossturk/stackostudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackostudy

This is a quick study of the Stack Overflow public dataset in BigQuery.

To use:

  1. Create a BigQuery project, choose a dataset name, provision a service account and key, and create the necessary files in ~/.dbt so that there is a stackostudy profile to connect to.

  2. Install dbt and the OpenLineage integration

python3 -m venv virtualenv
source virtualenv/bin/activate
pip3 install dbt openlineage-dbt
  1. Run it, passing in the URL to your OpenLineage-compatible endpoint.
OPENLINEAGE_URL=http://localhost:5000 dbt-ol run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published