DBT Tests | Data Build Tool | Singular | Generic | Custom | Prebuild | Source Freshness

preview_player
Показать описание
dbt tests
dbt singular test
dbt generic tests
dbt interview questions
dbt custom tests
dbt unit testing
Advanced Testing
dbt relationship test
dbt test relationships
dbt testing
dbt test
data build tool tests
How to do Unit Testing in dbt
How to implement testing in data build tool (dbt)
Advanced Testing in dbt
What are dbt tests?
What are the four generic tests that dbt ships with?
What happens if a dbt test fails?
What is the difference between dbt run and dbt test?
dbt Testing Best Practices
What is source freshness in dbt?
What is the difference between dbt run and build?
How to monitor your source freshness in dbt
dbt source command
dbt model freshness
dbt freshness error_after
dbt error stale freshness
dbt core source freshness
dbt freshness null
dbt test sources
loaded_at_field dbt
dbt run tests
test dbt
dbt test config
dbt expectations
dbt schema tests
dbt test examples
dbt generic test
dbt meta testing
dbt test specific model
dbt run specific test
dbt data tests
dbt test models
dbt test results
generic tests dbt
tests in dbt
dbt built in tests
unit testing dbt
dbt data quality checks
dbt test data
dbt test schema
dbt singular tests
dbt test documentation
dbt_meta_testing
dbt mock test
dbt test cases
dbt model tests
dbt test description
dbt test data type
custom test dbt
dbt test run
dbt test packages
unit test dbt
run dbt tests
dbt singular test example
dbt-utils tests
dbt-expectations
dbt test unique multiple columns
Рекомендации по теме
Комментарии
Автор

Thanks so much, very clear and I've understood it

mahmoudhabib
Автор

nice dbt commands explaining the features thanks im eagely waiting for more videos

NagarajanRamakrishnan-tx
Автор

DBT vs Great Expectations? Any thoughts?

RaGaTales
Автор

Hi, I'm not sure if I have missed a step, but employees_stg seems to have appeared from nowhere? What is the code for that model?

T_K_W
Автор

Hi, can you help how to do test to compare yesterday date with the max(date) from our data ? the purposed to check on updated data. beside for custom query sql for dbt test, can we custom the test result? example if the output this amount, the test should return "PASS" because i noticed, the test only return "PASS" if the output =0, if !=0 then its return Failed, its possible to custom the result?

qayyumm
Автор

Hi, I have created a test model with error_if>o condition in dev, while migrating it to prod the condition should pass in UAT then only I can able to migrate the code to prod. but the condition is failing in UAT due to the records which are not upto date and I couldn't able to migrate it. Is there any way to configure the condition should fail only if the environment is PROD? and migrate? if yes then share me the details.

ECRROHITHMANIVEL
Автор

is there a way to write complex query on sources and compare its result with final data ? is this possible or does this require automation etl test tool?

mohamdhaji
Автор

Does it mean that it's nice to have any separated seeds for tests?

ruslankrivoshein
Автор

string_not_empty.sql
{% test string_not_empty(model, column) %}
select {{ column_name }}
from {{ model }}
where TRIM({{ column_name }}) = ''
{% end_test %}

This one does not work - Compile ERROR

Reached EOF without finding a close tag for test

alexcoast