Very instructive Video! Thank you 👍🏼 Did you build Test Frameworks in Snowflake without dbt too? Did you use other tools to build cross-Cloud Test Frameworks covering everything from the Source Data to Data Lake (S3) and ELT Pipeline (AWS Glue / Airflow) to Snowflake data warehouse (raw, Integration, presentation layer) to the data consumers such as Reporting?
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
Very instructive Video! Thank you 👍🏼
Did you build Test Frameworks in Snowflake without dbt too? Did you use other tools to build cross-Cloud Test Frameworks covering everything from the Source Data to Data Lake (S3) and ELT Pipeline (AWS Glue / Airflow) to Snowflake data warehouse (raw, Integration, presentation layer) to the data consumers such as Reporting?
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
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
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 :)
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.
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
Nice video sir. Can you please make a video on unit testing with dbt core.
Nice video thanks
Most welcome