Skip to content

datamindedacademy/academy_dbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Minded Academy - dbt

Exercises Repository

Open in Gitpod

This repository is hosting the exercises provided to students in the context of the dbt course of the Data Minded Academy.

To start click on "Open in Gitpod" button.

Connection to Snowflake

In the first exercise, we will use dbt init to set up a connection to the Snowflake data warehouse.

The connection details are not stored in the workspace itself (but in ~/.dbt/profiles.yml instead) so every time the Gitpod workspace times out, the connection settings are lost. In that case, you can run the script /workspace/create_profiles.sh to re-generate this file easily.

In case you want to experiment with dbt without Snowflake credentials, you can use the dbt Playground Gitpod, which uses a local Postgres database as the data warehouse.

Resources:

  • Learn more about dbt in the docs
  • Check out Discourse for commonly asked questions and answers
  • Join the chat on Slack for live discussions and support
  • Find dbt events near you
  • Check out the blog for the latest news on dbt's development and best practices

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages