Create a dbt™ Project and setup your repository

  1. Click on dbt icon in 5X Operate in the Left Navbar

  2. Click on Setup a Project

  3. Enter a name for the Project like "5X Demo Project"

  4. In the data warehouse section choose Snowflake

  5. Add all the details for Snowflake that you would have received on Email

  6. Add the account name (Received on Email)

It could look like db526193 or db5261993.east-us-2.azure. Dont write the entire name

  1. Add the role "accountadmin". You can add any other role but you need to ensure it that role has access to the data we created before

  2. In warehouse mention "transforming"

  3. In the database mention "Analytics". This is the database where data computed after dbt model runs are stored.

  4. Add the username and password that you received on email.

  5. Add a schema name "dbt_demo_schema".

  6. Click on 5X managed Repository and name it a good name.

You can give your own Github repository as well. The steps can be found here

Last updated