Skip to content

anitsche-bt/dbt-bigquery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

cd docker
docker build -t yuduu/dbt-bigquery --rm .

Example Usage

#! /bin/bash

docker run \
    -v /home/yuduu/.ssh:/tmp/.ssh:ro \
    -v /home/yuduu/.gcp:/tmp/bigquery:ro \
    -e "GITPATH=${GITPATH}" \
    -e "GCP_PROJECT_ID=${GCP_PROJECT_ID}" \
    -e "DBT_DATASET=${DBT_DATASET}" \
    -e "DBT_PROJECT=${DBT_PROJECT}" \
    --rm \
    yuduu/dbt-bigquery \
    run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.8%
  • Other 0.2%