Skip to content
/ dbt Public

Sample project of designing a DBT project on top of Google Cloud Composer (Serverless Airflow)

Notifications You must be signed in to change notification settings

bicudorafa/dbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBT / Composer Sample Project

This is a sample project of how to design a DBT project and run it on Google Cloud Composer (GCP's Serverless Airflow). The full description of the project design is here

Setup

To setup your environment, you need uv as your Python manager. After it, just run:

uv install

After creating your environemnt, you need to authenticate your connection to GCP. The steps necessary for doing so are in this Medium Article

Contents

There are 2 main sections in this project:

  • dags: folder containing the DAGs to be used at Cloud Composer
  • temp_rafael_rosa: the dbt project used to make Data Transformations at BigQuery

About

Sample project of designing a DBT project on top of Google Cloud Composer (Serverless Airflow)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published