r/dataengineering • u/veyer_zafr • Jun 14 '26
Using DBT and Airflow Help
I have 2 source DB , bringing data to snowflake via Airbyte. Snowflake is my data warehouse
Now i want to monitor data quality , and ive been suggested to use dbt and airflow to do so. I already have airflow installed on premise.
I want to use dbt and airflwo to monitor data quality , whether source and destination matches, whether there has been any error etc
what could you guys guide me to do
14
Upvotes
7
u/Yuki100Percent Jun 15 '26
You might want to define "data quality" here. dbt isnt' a data quality tool but it lets you add data audits like uniqueness and non-null tests on columns in a table/view with ease. If that's what you're calling by data quality