How to structure your project in data build tool (dbt) | Tutorial for beginners

  Рет қаралды 11,789

Mastering Snowflake

Mastering Snowflake

Күн бұрын

❄️Want to SUPERCHARGE your career and become an EXPERT in Snowflake??❄️
Mastering Snowflake is accepting applications now to work with us in a small group. Serious inquiries only pls.
forms.gle/WBqa...
In our next video in this dbt series we look at re-organising our project in data build tool (dbt) on Snowflake.
We create folders for our staging and mart models before moving our configuration blocks into our project yml file. This allows us to apply configurations at a folder level to all models within it.
Additionally, we bring in another staging table from a new schema in Snowflake before adding a fact table to our project. This sets us up for our next lesson.
In this series I'll be producing a series of short videos which are based are dbt's excellent, free training modules found here:
courses.getdbt...
❄️Order my book: Mastering Snowflake Solutions HERE: ❄️
Amazon UK - www.amazon.co....
Amazon US - www.amazon.com...
Amazon AUS - www.amazon.com...
Amazon IND - www.amazon.in/...
stg_payment code:
with payments as (
select
id as payment_id,
orderid,
paymentmethod,
status,
amount,
created
from raw.stripe.payment
)
select * from payments
fct_orders code:
with orders as (
select * from {{ ref('stg_orders')}}
),
payments as (
select * from {{ ref('stg_payment')}}
),
fct_orders as (
select order_id,
payment_id,
amount
from orders o
left join payments p on o.order_id = p.orderid
)
select * from fct_orders
❄️Want to SUPERCHARGE your career and become an EXPERT in Snowflake??❄️
Mastering Snowflake is accepting applications now to work with us in a small group. Serious inquiries only pls. Book a call with us here:
apply.masterin...
❄️Get my Free SnowPro core guide HERE: ❄️
program.master...
❄️Become a student on my course: ❄️
Snowflake Practice Questions - SnowPro Core Certified Udemy Course www.udemy.com/...
❄️Connect with me on Linkedin:❄️
/ adammorton121

Пікірлер: 8
@dataarq945
@dataarq945 2 жыл бұрын
Thanks Adam !
@ranju184
@ranju184 Жыл бұрын
awesome 🙂
@masoudghodrati3770
@masoudghodrati3770 Жыл бұрын
awesome vid, thanks! seems you're not committing quite frequently ;)
@knowtechwithaman7254
@knowtechwithaman7254 Ай бұрын
what to do if in an environment, I am not able to see "models" folder only. How to create it
@martindominikus8825
@martindominikus8825 2 жыл бұрын
Hi Adam, good video! I have a little question, at 5:18, why "staging" and "core" are in the same level? Does staging need to be in the same level as "marts" instead?
@mastering_snowflake
@mastering_snowflake 2 жыл бұрын
Great question! Yes, I would say staging and marts would work well at the same level. This link also provides some useful guidance docs.getdbt.com/guides/best-practices/how-we-structure/1-guide-overview
@rodrigoschammass5205
@rodrigoschammass5205 Жыл бұрын
Hi Adam. Could you please share the tables scripts ? thanks in advance
@mastering_snowflake
@mastering_snowflake 10 ай бұрын
If you join the mastering snowflake program you get access to all my scripts and a lot more!
How to create sources in data build tool (dbt) | Tutorial for beginners
13:36
How to implement testing in data build tool (dbt) | Tutorial for beginners
15:44
So Cute 🥰
00:17
dednahype
Рет қаралды 54 МЛН
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 4 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 16 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 12 МЛН
Creating your first project in data build tool (dbt) | Tutorial for beginners
17:04
Advanced Materializations in data build tool (dbt) | Hands-on demo
28:57
Mastering Snowflake
Рет қаралды 11 М.
What is DBT | Data Build Tool | Real Time Project Flow | DBT Demo Videos
37:17
Praveen Kumar Bommisetty
Рет қаралды 23 М.
Airflow with DBT tutorial - The best way!
17:54
Data with Marc
Рет қаралды 45 М.
How to implement unit testing in dbt | Automated test framework in dbt
26:29
Mastering Snowflake
Рет қаралды 11 М.
So Cute 🥰
00:17
dednahype
Рет қаралды 54 МЛН