Skip to content

avensolutions/example-bigquery-dbt-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example BigQuery DBT project

from DBT in 5 minutes

Test and run your model(s)

To run these examples follow the steps below:

  1. dbt parse --profiles-dir .
  2. dbt run --profiles-dir .
  3. dbt test --profiles-dir .

Other stuff

Some explanations for the other directories created automatically by dbt init...

The seeds directory is for providing side, lookup or reference data using csv files (see here).

The tests directory can be used for defining custom tests to be run by dbt test (see here).

The snapshots directory is used to define snapshot (type 2 SCD objects) to maintain history for stateful objects (see here).

The analyses directory is for generating custom (generally complex) SQL - not transformation - queries (see here).

The macros directory is for defining reusable jinja templating snippets used to simplify your model code (see here).

About

Example BigQuery DBT project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors