Skip to content

Analytics engineering with dbt - projects and developer environment

Notifications You must be signed in to change notification settings

elsdes3/course-dbt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytics engineering with dbt

Template repository for the projects and environment of the course: Analytics engineering with dbt

Updating dbt version

To update dbt version you need to edit .gitpod.yml file and put a specific verion of dbt adapter you want to use:

image: ghcr.io/dbt-labs/dbt-snowflake:1.8.3. # update version here
...

If you run dbt --version you may see that dbt-core might be slightly behind the latest version, but that's fine as soon as adapter version is up-to-date.

License

GPL-3.0

About

Analytics engineering with dbt - projects and developer environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.8%
  • Other 1.2%