This example shows you how to use GitHub Actions to run dbt against BigQuery.
-
Follow the instructions on getdbt.com for installing and initializing a dbt project.
-
Copy this action (dbt.yml) into the workflows directory.
mkdir .github mkdir .github/workflows
cp ~/Downloads/dbt.yml .github/workflows/