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

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 14

  • @OrcaChess
    @OrcaChess 14 วันที่ผ่านมา

    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?

  • @Sriram9ma
    @Sriram9ma 9 หลายเดือนก่อน

    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

  • @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?

  • @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 :)

  • @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.

  • @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

  • @shloktadilkar5536
    @shloktadilkar5536 6 หลายเดือนก่อน

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

  • @EntrepreneurRameshMondal
    @EntrepreneurRameshMondal 2 ปีที่แล้ว

    Nice video thanks