Thanks for this, amazing! Also love the debugging how not everything is correct on first try, that’s really helpful
@vaibs23129 күн бұрын
I was struggling to simplify airflow and DBT integration and this tutorial really helped me get through the finish line. Thank you!
@digitalnaturediaries9 күн бұрын
amazing tutorial
@tendamolesta9 күн бұрын
I find hard to understand how to use dagster in a more memory friendly way. For example, let's assume I have a bigquery result that has a large amount of rows. Those rows has to be mapped into something else then two assets should take the data and write it another tables. How those kind of operation should be done by using reusable assets or op? Let's say... Asset A does the query and return the iterator (with result() ) An op B takes element by element and transform it and takes it back to another asset that doesn't expect the full data but it works with chunks and write them to db. I couldn't find anything that uses a more stream like approach. Should we pass objects like spark dataframe or it can be done in a easier way with op and asset annotations ? I think dagster, generators and iterators topic between op and asset can be a great topic to discuss about.
@tbd415610 күн бұрын
💗
@jakubmorawski816 күн бұрын
Is it still worthwhile to learn this when starting a career as a data engineer, especially now that AI is automating almost everything? I'm asking because I'm currently a programmer exploring alternative career paths.
@KhanhLe-yv2gg16 күн бұрын
Your guideline is a gem. But the airflow part is not very clear, i deep dive so many times to fix hahaha
@benlahcensoufiane158917 күн бұрын
Thank you for this content
@santoshkumarchirra589522 күн бұрын
Hi @jayzern, thanks for video. Is the airflow running singular tests as well? Where did we mentioned "dbt test" in the airflow ?
@mito_dj25 күн бұрын
Hey what setup are you using? Keyboard, etc?
@mariopazurbieta771728 күн бұрын
great video!
@jermpoz2971Ай бұрын
THIS IS WHAT IDONT LIKE ABOUT I.T BLOGGERS THEY TALKING TOO MUCH OUTSIDE THE TOPIC....IT GETS BORING.
@Neeraj-NNАй бұрын
amazing vedio very clear to explain How snowflake,dbt,airflow and cosmos are all linked together to provide data transformation and the orchestration.
@Squeed79Ай бұрын
why everybody are listing completely different things with just a comma: apples, cars, planets, pianos....
@shr1939Ай бұрын
Is it equally useful for Non-IT background candidates.
@bhavyashah98Ай бұрын
damn dude, you write queries like pro.... great to learn from you.
@soleboxyАй бұрын
dude that dlthub is so cool
@wilcityАй бұрын
Great video! What text editor are you using?
@soheilpalermo491Ай бұрын
VS Code
@kareemhameed4042Ай бұрын
I am 32 and i am transitioning into Data engineering. I have a basic understanding of Python but i have never touched SqL before. How feasible are my chances to succeed in this?
@fluxx23Ай бұрын
Their documentation seems good but this is the kind of thing that helps me learn! Huge thank you for putting this together!
@CWNCАй бұрын
Thank you! This was exactly what I needed.
@EddieVanWilderАй бұрын
This video has the exact answer to my questions as I'm diving into data modeling for analytics. I'm sure everyone doing this for their first time that they will find this video super helpful. Would be cool to see dbt with Cosmos for smoother operation 👌 EDIT: I was literally just getting into the Deployment part of the video, and there you introduce using Cosmos for Airflow. Kudos!!
@NtwaliAlain-j1pАй бұрын
Hi what the support may help the beginner by owner course by self should be possible on data engineer
@bazi15Ай бұрын
make video related star and dimension modeling
@bazi15Ай бұрын
make video related star and dimensional modeling
@shloktalhar3981Ай бұрын
Tell me one thing , is data engineering good job profile for freshers
@meghasingal7082Ай бұрын
Very well explained EMR video, thank you
@ShreyasSureshDhamoreАй бұрын
Hi I am trying your proect and got stuk here can you here 21:32:24 Unable to do partial parsing because saved manifest not found. Starting full parse. 21:32:25 Encountered an error: Compilation Error Model 'model.DATA_PIPELINE.stg_tpch_orders' (models/staging/stg_tpch_orders.sql) depends on a source named 'tpch.orders' which was not found
@ChrisUK70Ай бұрын
When ETL came about the Cloud did not exist, I was writing shell scripts and SQL almost 30 years ago to do ETL. Useful video thanks!
@bazi15Ай бұрын
i need to learn more from u keep posting
@aritra1414Ай бұрын
Concise and to the point. It was very helpful. Thanks, please show more end to end complex projects like this
@dogenature4801Ай бұрын
Hi! really enjoy your tutorial, would like to see a tutorial how to create data CI/CD pipeline starting from pulling latest branch, running data test on staging, and deploy changes to production after test is complete since not lot of youtuber explaining this
@jayzernАй бұрын
This is actually a brilliant idea, thanks for the rec!
@rileylee2866Ай бұрын
very good session, helped me get a much more concrete idea about how those tools look like and how they work together
@hasinirajapaksha3332 ай бұрын
I don't have degree in data science but I am pursuing degree in software system engineering. Can i get a job
@moverecursus13372 ай бұрын
Great VIdeo
@Damian-cd2tj2 ай бұрын
Dude, what do you mean if you could start over? You’re just starting haha
@goabc-u2o2 ай бұрын
(venv) PS C:\Users\hsrak\Desktop\DataManagemet2 ew\data_pipeline\dbt-dag> brew install astro brew : The term 'brew' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + brew install astro + ~~~~ + CategoryInfo : ObjectNotFound: (brew:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Please help me
@Lhtokbgkmvfknv2 ай бұрын
It's beautiful! Thx man!
@manifestingthroughmeditati7182 ай бұрын
I have done beside knowledge in Python and more but I really want to move in to data engineering. Please can you help
@TheDataArchitect2 ай бұрын
That was FAST, you are subscribed :D Any vids related to "Amazon Managed Workflows for Apache Airflow"???
@RyanSpurr-k5v2 ай бұрын
Good vid but move your facecam out of the terminal
@hasnaouiwafae60312 ай бұрын
I cannot run my dbt project. I’m still a beginner but I do not understand why this happens, considering that my macros directory is empty except for a .gitkeep file: Compilation Error dbt found two macros named "materialization_table_default" in the project "dbt". To fix this error, rename or remove one of the following macros: - macros/materializations/models/table/table.sql - macros/materializations/models/table.sql
@nellyoi98312 ай бұрын
thank you, this is great tutorial
@SakshiGowda-vl1ke2 ай бұрын
hi ! I'm having trouble connecting to snowflake. can someone please help me resolve it . I just started learning dbt and snowflake . Runtime Error Database error while listing schemas in database "dbt_db" Database Error 250001: Could not connect to Snowflake backend after 2 attempt(s).Aborting
@krishuynh33377 күн бұрын
worth checking your snowflake credentials again, I got the same error due to an incorrect account id
@KheireddineAzzez-l3g2 ай бұрын
nice, keep going
@akshaypatil81552 ай бұрын
you said "understanding data structure in python" if i know this, would it improve the pace of learning python effeciently ? what structure should i follow in order to learn python effeciently.... can u tell me the order of topics i should learn..... i want to crack data engg jobs within 6months