5 Tips to Improve Your dbt Project

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 25

  • @KahanDataSolutions
    @KahanDataSolutions  2 года назад +5

    Deliver more impact w/ modern data tools, without getting overwhelmed
    See how in The Starter Guide for Modern Data → www.kahandatasolutions.com/guide

  • @prakashreddy8121
    @prakashreddy8121 4 месяца назад

    Brilliant..how nicely explained..kudos bro

  • @TusharKale9
    @TusharKale9 Год назад

    Thank you for sharing. These dbt tips are very useful.

  • @JesseSteinfort
    @JesseSteinfort Год назад

    I really enjoyed this video. In particular, it provided some validation of things that I have been doing in my DBT projects. Thanks!

  • @vaclavdekanovsky9608
    @vaclavdekanovsky9608 Год назад

    Great tips, thanks. I have right away optimized one query with CTEs.

  • @noelgomez9202
    @noelgomez9202 2 года назад +4

    FYI, selection in v1.0 of dbt now favors -s or --select vs -m

  • @patehubbard6892
    @patehubbard6892 2 года назад +2

    Thanks for the video! Your dbt videos are super helpful.

  • @bs.manoj33
    @bs.manoj33 2 года назад

    Thanks you soo much for your efforts, looking forward for more videos on DBT.

    • @KahanDataSolutions
      @KahanDataSolutions  2 года назад

      Thanks Manoj! Appreciate your support and for watching the videos

  • @kakegotam
    @kakegotam 7 месяцев назад

    Brilliant! Thanks a lot!

  • @danielvelascodiaz2169
    @danielvelascodiaz2169 2 года назад +4

    I am confused with Tip 1: if Modern Data Architecture suggests three different data layers (raw-staging-analytics) does it mean that staging outputs your dbt project builds are stored together with the non-transformed raw data in the same "Snowflake" database? This is a bit messy, isn't it? Shouldn't be stored in separated databases?

    • @bamboos
      @bamboos Год назад

      Yeah, good question, awaiting suggestions

  • @houstonvanhoy7767
    @houstonvanhoy7767 Год назад

    Hello, Michael. I just watched your masterful video. It's at least two steps above my head, but I definitely grasp the value of your content to your audience. (Someone on LinkedIn mentioned DBT, and I wound up here.)
    I want to follow your LinkedIn profile, but it is not allowed. Are you willing to change that option in order to allow LI users to follow your activity? TIA.

  • @TheRoyalRandom
    @TheRoyalRandom 10 месяцев назад

    Great video, just to add to your tip about lines are cheap, brainpower isnt
    I would say, dont go overboard with lines and spacing, as it can often be much easier to grasp what a query is doing if you can see the whole query on one page
    Again balance ia key, not too much, not too little, keep it clean

  • @haydenhaddad2933
    @haydenhaddad2933 2 года назад

    This was very helpful. Thank you.

  • @prateekkemkar8192
    @prateekkemkar8192 Год назад

    Is recursive CTE supported in dbt?

    • @KahanDataSolutions
      @KahanDataSolutions  Год назад +1

      The question should be if your database supports recursive CTEs, which is something you'll have to look up.
      Think of dbt as more of just a compiler for your code, and then it sends it to your databases where it actually gets run.

    • @prateekkemkar8192
      @prateekkemkar8192 Год назад

      @@KahanDataSolutions perfect thanks

  • @pipepi4888
    @pipepi4888 Год назад

    I love you.

  • @sas19092008
    @sas19092008 Год назад +4

    DBT is kind of overengineering ;)