Relative Content

Tag Archive for snowflake-cloud-data-platformdbt

DBT Seed change Schema from default schema

While creating my project, I have provided a default schema name from Snowflake to work in the project, let’s call it DEFAULT_SCHEMA,
I tried updating the schema to a different one for SEEDS in dbt_project.yml,

How to use stream with a source view in DBT

Currently, I have a DBT project for Snowflake which uses streams, views, tasks and procedures, every time the project runs my views are re-created and the streams that use those views stop working, this is normal functionality of Snowflake stream, is there a way to perform the action CREATE IF NOT EXISTS VIEW in dbt data model?

dbt source table named group – issue

Running dbt core version 1.6.10 and Snowflake

I have a source table named group.

When I execute dbt run... command I get “…unexpected group.” error.

dbt source table name group issue

Running dbt core version 1.6.10 and Snowflake

I have a source table named group.

When I execute dbt run... command I get “…unexpected group.” error.