Albinas PlesnysDealing with dynamic structured JSON fields in SQL: a case using dbt & Jinja (in BigQuery)IntroductionNov 7
Aryan ShawAirbyte raw data transformation using DBT (Dynamically)Hey there! 👋 In my previous article, we talked about setting up Airbyte to connect Postgres with Clickhouse. Now, let’s tackle the next…Oct 271
Anusha PhyrdhaDBT MacrosMacros in dbt are reusable code blocks, similar to functions in programming languages. They help developers avoid repeating the same code…Oct 20Oct 20
Adegbite AyoadeComprehensive Guide to Implementing For Loops in dbt Queries with the Superstore DatasetIn this detailed tutorial, we will explore the effective use of Jinja For-loops in dbt to enhance your data models using the Superstore…Jul 221Jul 221
Negar ShahrokhIncorporating Macros to Create Extensible Data ModelsIf you’ve ever worked on a data project, you’ve probably seen that the same scripts are repeated multiple times in the same or different…Oct 15Oct 15
Albinas PlesnysDealing with dynamic structured JSON fields in SQL: a case using dbt & Jinja (in BigQuery)IntroductionNov 7
Aryan ShawAirbyte raw data transformation using DBT (Dynamically)Hey there! 👋 In my previous article, we talked about setting up Airbyte to connect Postgres with Clickhouse. Now, let’s tackle the next…Oct 271
Anusha PhyrdhaDBT MacrosMacros in dbt are reusable code blocks, similar to functions in programming languages. They help developers avoid repeating the same code…Oct 20
Adegbite AyoadeComprehensive Guide to Implementing For Loops in dbt Queries with the Superstore DatasetIn this detailed tutorial, we will explore the effective use of Jinja For-loops in dbt to enhance your data models using the Superstore…Jul 221
Negar ShahrokhIncorporating Macros to Create Extensible Data ModelsIf you’ve ever worked on a data project, you’ve probably seen that the same scripts are repeated multiple times in the same or different…Oct 15
Aneesha B SomanJinja Template Part 4:Understanding Jinja Syntax -Include , Macro, Template Inheritance,Raw Output…In our previous articles we understood if-else, for loop, set, filters and table. It can be found here…Jan 23
Huseyin KesmezLeveraging Jinja in dbtJinja is a templating language written in Python that is used in dbt to enhance SQL functionality. While SQL handles data manipulation on…Sep 8
Dominik Jagodadbt Compilation Error: ‘None’ has no attribute ‘table’Execute, or not execute, that is the question. In the following article, I have decided to explain a solution to a problem often…Apr 21