How to implement unit testing in dbt | Automated test framework in dbt

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 13

  • @shloktadilkar5536
    @shloktadilkar5536 6 місяців тому

    Nice video sir. Can you please make a video on unit testing with dbt core.

  • @pseudounknow5559
    @pseudounknow5559 2 роки тому

    Thanks for the video as a student it's helping me a lot !

    • @pseudounknow5559
      @pseudounknow5559 2 роки тому

      Your content on dbt is very good. Hope you are gonna continue publishing amazing content on dbt :)

  • @KPrigz
    @KPrigz Рік тому +1

    What's the best way to decide what data should be used in expected data or in the seed files for testing data set?

  • @brag507
    @brag507 Рік тому

    Great video . Wanted to ask on how do we implement snowflake streams functionality using DBT

    • @mastering_snowflake
      @mastering_snowflake  Рік тому

      This might help discourse.getdbt.com/t/snowflake-streams-with-dbt/8314/2

    • @brag507
      @brag507 Рік тому +1

      Thanks for the input. will go through it

  • @Sriram9ma
    @Sriram9ma 8 місяців тому

    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

  • @cartfpv4610
    @cartfpv4610 Рік тому +1

    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?

    • @mastering_snowflake
      @mastering_snowflake  Рік тому +1

      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.

  • @EntrepreneurRameshMondal
    @EntrepreneurRameshMondal 2 роки тому

    Nice video thanks