Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Nice video sir. Can you please make a video on unit testing with dbt core.
Thanks for the video as a student it's helping me a lot !
Your content on dbt is very good. Hope you are gonna continue publishing amazing content on dbt :)
What's the best way to decide what data should be used in expected data or in the seed files for testing data set?
Very much depends on your unit tests
Great video . Wanted to ask on how do we implement snowflake streams functionality using DBT
This might help discourse.getdbt.com/t/snowflake-streams-with-dbt/8314/2
Thanks for the input. will go through it
if we are writing tests for incremental models which are already existing the model output is getting compared to old tables . not sure how to switch over schemas between them
Thank you, it is very useful!I have a question. Is it possible to run all tests in unit-test mode, but miss equality tests with real data runs?
I believe you could do this if you move the equality test into a macro. This would allow you to conditionally execute the macro in a similar way.
Nice video thanks
Most welcome
Nice video sir. Can you please make a video on unit testing with dbt core.
Thanks for the video as a student it's helping me a lot !
Your content on dbt is very good. Hope you are gonna continue publishing amazing content on dbt :)
What's the best way to decide what data should be used in expected data or in the seed files for testing data set?
Very much depends on your unit tests
Great video . Wanted to ask on how do we implement snowflake streams functionality using DBT
This might help discourse.getdbt.com/t/snowflake-streams-with-dbt/8314/2
Thanks for the input. will go through it
if we are writing tests for incremental models which are already existing the model output is getting compared to old tables . not sure how to switch over schemas between them
Thank you, it is very useful!
I have a question. Is it possible to run all tests in unit-test mode, but miss equality tests with real data runs?
I believe you could do this if you move the equality test into a macro. This would allow you to conditionally execute the macro in a similar way.
Nice video thanks
Most welcome