Want to build a reliable, modern data architecture without the mess? Here’s a free checklist to help you → bit.ly/kds-checklist
@prakashreddy81215 ай бұрын
Brilliant..how nicely explained..kudos bro
@JesseSteinfort Жыл бұрын
I really enjoyed this video. In particular, it provided some validation of things that I have been doing in my DBT projects. Thanks!
@TusharKale9 Жыл бұрын
Thank you for sharing. These dbt tips are very useful.
@vaclavdekanovsky96082 жыл бұрын
Great tips, thanks. I have right away optimized one query with CTEs.
@KahanDataSolutions2 жыл бұрын
Glad it was helpful!
@noelgomez92023 жыл бұрын
FYI, selection in v1.0 of dbt now favors -s or --select vs -m
@KahanDataSolutions3 жыл бұрын
Nice catch - good to know.
@patehubbard68923 жыл бұрын
Thanks for the video! Your dbt videos are super helpful.
@KahanDataSolutions3 жыл бұрын
Glad to hear that, thanks Pate!
@bs.manoj332 жыл бұрын
Thanks you soo much for your efforts, looking forward for more videos on DBT.
@KahanDataSolutions2 жыл бұрын
Thanks Manoj! Appreciate your support and for watching the videos
@kakegotam8 ай бұрын
Brilliant! Thanks a lot!
@KahanDataSolutions8 ай бұрын
You're welcome!
@danielvelascodiaz21692 жыл бұрын
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 Жыл бұрын
Yeah, good question, awaiting suggestions
@haydenhaddad29332 жыл бұрын
This was very helpful. Thank you.
@KahanDataSolutions2 жыл бұрын
You're welcome! Thanks for watching
@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.
@prateekkemkar8192 Жыл бұрын
Is recursive CTE supported in dbt?
@KahanDataSolutions Жыл бұрын
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 Жыл бұрын
@@KahanDataSolutions perfect thanks
@TheRoyalRandom11 ай бұрын
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