[DBT] Add Query comments for better debugging [Tip-3]
Author(s): Karthikeyan Siva Baskaran Originally published on Towards AI. Software Engineering Customize the query comment in each query that triggered from dbt Using query_comment in dbt, we can customize the comments to inject into each query that gets triggered from dbt. For …
Data Warehouse Concepts; Architecture; Data Warehouse vs. Database; OLAP vs. OLTP
Author(s): Muttineni Sai Rohith Originally published on Towards AI. Data Warehouse is an information system that contains historical and commutative data from single or multiple sources. It is a centralized storage system that allows storing, analyzing, and interpretation of data in order …
[DBT] Set Snowflake Query Tag for each DBT model [Tip-2]
Author(s): Karthikeyan Siva Baskaran Originally published on Towards AI. Software Engineering Query Tag feature in DBT is a database-specific configuration. In this article, let see how to customize it for Snowflake. Query tags are a Snowflake parameter that can be quite useful …