How to unit test sql transforms in dbt
Introduction
With the recent advancements in data warehouses and tools like dbt
most transformations(T of ELT) are being done directly in the data warehouse. Whi...
Similar Articles (10 found)
π 75.4% similar
dbt(Data Build Tool) Tutorial
1. Introduction
If you are a student, analyst, engineer, or anyone in the data space and are curious about what dbt
is a...
π 72.7% similar
Uplevel your dbt workflow with these tools and techniques
- 1. Introduction
- 2. Setup
- 3. Ways to uplevel your dbt workflow
- 3.1. Reproducible envi...
π 72.0% similar
Advantages of Using dbt(Data Build Tool)
In this article we aim to go over the reasoning behind why someone might want to use dbt
. If you are interes...
π 69.7% similar
How to set up a dbt data-ops workflow, using dbt cloud and Snowflake
- Introduction
- Pre-requisites
- Setting up the data-ops pipeline
- Conclusion a...
π 65.1% similar
Over the past year, Iβve been writing about several back-to-the-basics topics, like extracting data via APIs and SFTP, and building solid data models....
π 65.1% similar
Designing a "low-effort" ELT system, using stitch and dbt
Intro
A very common use case in data engineering is to build a ETL system for a data warehou...
π 64.7% similar
How to add tests to your data pipelines
Introduction
Testing data pipelines are different from testing other applications, like a website backend. If ...
π 63.4% similar
How to test PySpark code with pytest
- 1. Introduction
- 2. Ensure the codeβs logic is working as expected with tests
- 3. Conclusion
- 4. Further Rea...
π 62.7% similar
Setting up end-to-end tests for cloud data pipelines
- 1. Introduction
- 2. Setting up services locally
- 3. Writing an end-to-end data pipeline test
...
π 62.0% similar
How to reference a seed from a different dbt project?
- 1. Introduction
- 2. Ways to reuse seed data across multiple dbt projects
- 3. dbt deps = down...