YouTube Data Analysis | END TO END DATA ENGINEERING PROJECT

  Рет қаралды 315,917

Darshil Parmar

Darshil Parmar

Күн бұрын

Пікірлер: 757
@kpyoutuber4671
@kpyoutuber4671 2 жыл бұрын
Thank you to Darshil Parmar!. Please note that you deployed the lambda function at 39:00 minutes of the video. It is not mentioned specifically in your explanation. If not deployed it will only run the default code which will anyway run successfully with hello-world print.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Yes, I have made mistake while editing the video, lot of people faced this error
@haziq7885
@haziq7885 Жыл бұрын
thanks for the solution! i was stuck here for a long time 😅 Darshil Parmar thanks so much for the video! hopefully this solution can be pinned for others to refer to :)
@fahadbakshi5449
@fahadbakshi5449 Жыл бұрын
@@DarshilParmar can you plz provide me a solution of error at 39:00 . i am getting error as "{ "statusCode": 200, "body": "\"Hello from Lambda!\"" }"
@DarshilParmar
@DarshilParmar Жыл бұрын
@@fahadbakshi5449 It's not an error, You need to click on Deploy button
@theniyota
@theniyota Жыл бұрын
This post needs to be pinned. I wasted todays trying to figure out how to make the lambda function work until I decided to go through the comments.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
It takes a lot of effort and energy to execute the entire project and record it! I hope you find this useful and make sure you Like this video :)
@aritra1414
@aritra1414 2 жыл бұрын
What according to you will be the best resource to understand lambda in depth? I need help on that. I am working on bigdata project, but this was not my domain, learning new things and I need to learn faster. Any leads will be helpful for me. Thanks in advance. Also, please keep producing such awesome contents. Thanks a lot!!
@DarshilParmar
@DarshilParmar 2 жыл бұрын
@@aritra1414 check out AWS reinvent videos on KZbin on lambda and read white paper on lambda to understand more
@vivekpuurkayastha1580
@vivekpuurkayastha1580 2 жыл бұрын
Hi Darsheel .. great video as always and yes i did click on like 😀 ... Can you please make a video on how to create a project in Dev environment and then switch to production environment in AWS ..... Basically how to manage the code Lifecycle in AWS from Dev to Production.... or may be you can point to a resource ... Thanks
@shashibhushansingh1628
@shashibhushansingh1628 2 жыл бұрын
By following these steps is im able to build this project in azure
@tanmayshinde7853
@tanmayshinde7853 2 жыл бұрын
I respect your efforts but to be honest I didn't understand anything. please me it in simpler way or breakdown it into smaller chunk if you can
@shrirajpawar7817
@shrirajpawar7817 Жыл бұрын
For people watching this tutorial now, AWS DataWrangler has been changed to AWS SDK for Pandas. Name has been changed but core functionality remains same
@vishnuvardhan9082
@vishnuvardhan9082 10 ай бұрын
thank you so much man, was going nuts on this! how did you know about this?
@TheAINoobxoxo
@TheAINoobxoxo 9 ай бұрын
thanks man much appreciated
@nikitha_sirka
@nikitha_sirka 8 ай бұрын
@@vishnuvardhan9082 hii, When I changed the layer to AWS SDKPandas and modified the code I found the same error Error : { "errorMessage": "Unable to import module 'lambda_function': No module named 'AWSSDKPandas'", "errorType": "Runtime.ImportModuleError", "stackTrace": [] }
@TanmayMeda
@TanmayMeda 8 ай бұрын
Thank you very much
@iamayuv
@iamayuv 7 ай бұрын
thanks bhai
@snehakadam16
@snehakadam16 Жыл бұрын
Thank you to Darshil. This is for those who facing issues - 1) Replace awswrangler with awssdkpandas in the code. The rest code remains the same. 2) Add Layer : AWSDataWrangler-Python3.8 replaced it with AWSSDKPandas-Python3.8 version 10 3) Create db_youtube_cleaned db using Glue or Athena before running the code. 4) For Task timed out issue - increasing the memory along with time, for eg. time = 5 min, memory = 512 MB Hope this helps :) Tip: Guys, please go through the comments, if you are stuck. You will be able to find a solution for sure.
@DarshilParmar
@DarshilParmar Жыл бұрын
Thanks for putting this in one comment
@snehakadam16
@snehakadam16 Жыл бұрын
Thank you for the amazing tutorial and putting a lot of effort @@DarshilParmar. Looking forward to more projects :)
@vamsivenna
@vamsivenna Жыл бұрын
@snehakadam16 @Darshilparmar facing issues like "errorMessage": "Unable to import module 'lambda_function': No module named 'awssdkpandas'", "errorType": "Runtime.ImportModuleError", "stackTrace": [] help me out
@vamsivenna
@vamsivenna Жыл бұрын
it worked i think the database name should be = ""db_youtube_cleansed""" even awswrangler with AWSSDKPandas-Python3.8 version 10 and memory 256 mb is working fine for me. Thank you. But as per the video the database should get created automatically
@prathmeshsinha4705
@prathmeshsinha4705 Жыл бұрын
How did you solved this ?@@vamsivenna
@bfkgod
@bfkgod 2 жыл бұрын
Darshil, you have made one of the most valuable DE learning channels on youtube. Keep up the amazing work! Thank you.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thanks, will do!
@Punithan-rj5ng
@Punithan-rj5ng 9 ай бұрын
@@DarshilParmar Function Logs START RequestId: 2b020a60-532e-4b33-9933-7cc87b5406cc Version: $LATEST An error occurred (EntityNotFoundException) when calling the CreateTable operation: Database db_youtube_cleaned not found. Error getting object youtube/raw_statistics_reference_data/CA_category_id.json from bucket de-on-youtube-raw-useast1dev. Make sure they exist and your bucket is in the same region as this function. LAMBDA_WARNING: Unhandled exception. The most likely cause is an issue in the function code. However, in rare cases, a Lambda runtime update can cause unexpected function behavior. For functions using managed runtimes, runtime updates can be triggered by a function change, or can be applied automatically. To determine if the runtime has been updated, check the runtime version in the INIT_START log entry. If this error correlates with a change in the runtime version, you may be able to mitigate this error by temporarily rolling back to the previous runtime version. For more information, see docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html [ERROR] EntityNotFoundException: An error occurred (EntityNotFoundException) when calling the CreateTable operation: Database db_youtube_cleaned not found.
@arpansatpathi9645
@arpansatpathi9645 2 жыл бұрын
Thank you Darshil for this wonderful video. One thing I would like to point out that might help others following this tutorial is whenever you update your lambda function, click on deploy first to actually test your changes. In my case I wasn't getting any errors and later realized that the default hello world code was still running.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Yes, I might have made mistake while editing the video, I did click on deploy and lot of people missed it. I will keep this in my mind Thank you for the feedback
@arpansatpathi9645
@arpansatpathi9645 2 жыл бұрын
@@DarshilParmar while we're at it, could you please give a solution for the EntityNotFoundException that somebody else also pointed out. I'm also getting the same error and haven't been able to resolve it. Tried creating the cleansed database in glue manually but still it is not working. Hope to get a reply. Thanks in advance :)
@angelnadar1209
@angelnadar1209 2 жыл бұрын
Thanks Ashutosh ,same thing faced by me .thanks for posting this comment ,its helpful.
@angelnadar1209
@angelnadar1209 2 жыл бұрын
​@@arpansatpathi9645 was it resolved ?if yes could you post the solution?​
@thesevenacoustics
@thesevenacoustics Жыл бұрын
@@arpansatpathi9645 rename 'db_youtube_cleaned' to 'de_youtube_cleaned' in env varialble
@southafricangamer7174
@southafricangamer7174 3 ай бұрын
This project is insane and I'm only halfway. As someone that looked at AWS I was like HUH. You did a great job explaining it so far. :)
@DarshilParmar
@DarshilParmar 3 ай бұрын
You can do it!
@Lapookie
@Lapookie 2 жыл бұрын
(edited) Important note on missing libraires : - AWSDataWrangler-Python3.8 is not still available - I replaced it with AWSSDKPandas-Python3.8 version 1
@anupammathur918
@anupammathur918 2 жыл бұрын
I am having error for database db_youtube_cleaned not found can you please check once?
@soumyaranjandash3597
@soumyaranjandash3597 2 жыл бұрын
@@anupammathur918 same here
@anupammathur918
@anupammathur918 2 жыл бұрын
@@soumyaranjandash3597 becz that is not created go to athena nd create one db with that name
@mackshonayi943
@mackshonayi943 2 жыл бұрын
@@anupammathur918 Thanks this helped. I created the database in Glue and it worked
@sahityamamillapalli6735
@sahityamamillapalli6735 2 жыл бұрын
@@anupammathur918 can you please elaborate in anthena data sources are there
@ajtam05
@ajtam05 2 жыл бұрын
Just wanted to say thank you to Darshil Parmar for these projects. It's hard to find anything online that helps to this extent from end-to-end. This is great stuff! Cheers! :)
@mcaddit6802
@mcaddit6802 Жыл бұрын
I am unable to proceed further after clicking on test getting err0r:"errorMessage": "'s3_cleansed_layer'", "errorType": "KeyError", can anyone pls tell what's the problem?
@vinaydhande9926
@vinaydhande9926 Жыл бұрын
Are You Solve the error@@mcaddit6802
@janwienke6479
@janwienke6479 Жыл бұрын
Great Project Documentation to try for yourself. One little thing to add would be a rough aws cost estimate. Definitely a thing I would be looking for if I was starting.
@ueeabhishekkrsahu
@ueeabhishekkrsahu Жыл бұрын
After consistently working for 2 days, finally done with the project.
@sembrueldorinvil4167
@sembrueldorinvil4167 Жыл бұрын
How did you solve the runtime problem?
@ishan358
@ishan358 Жыл бұрын
​@@sembrueldorinvil4167same question bro
@ishan358
@ishan358 Жыл бұрын
How did you solve runtime lamda error ?
@sembrueldorinvil4167
@sembrueldorinvil4167 Жыл бұрын
Found the answer. Assign memory to your function. I think 500 MB should work.
@ishan358
@ishan358 Жыл бұрын
@@sembrueldorinvil4167 then also same error so much frustrating it is
@vitoriagarcia9876
@vitoriagarcia9876 Жыл бұрын
These tutorials are so helpful for me! And also, they show how much effort on production you put into them. Thank you so much, Darshil!
@SankarJankoti
@SankarJankoti 2 жыл бұрын
Your content on data is pure! No match.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you
@meetpatel1873
@meetpatel1873 2 жыл бұрын
Did you get charged while using AWS services under free tier?🤔
@fabriciomiriani
@fabriciomiriani 2 жыл бұрын
Amazing job - I'm just starting to use AWS because I would like to become a Cloud Engineer and this just incredible. Thank you a lot for your effort !!
@teja_surya
@teja_surya 2 жыл бұрын
This project and you explaining it in a simple and elaborate way was awesome. Keep them coming!
@jerichocruz29
@jerichocruz29 2 жыл бұрын
Darshil, this is an amazingly executed project and it was easy to follow. Thanks for taking the time to put this together. Great channel.
@mananyadav6401
@mananyadav6401 2 жыл бұрын
Amazing @darshil ....It is clearly visible how much effort u have put in for ppt , video reording , storyboarding and including small small nuances and error that could be potentially faced. It can't express in words how valuable it is and how much information you are providing for the community. Really inspiring and motivating. Someone in other comment rightly mentioned It is a pure gem on KZbin
@ajitagalawe8028
@ajitagalawe8028 2 жыл бұрын
Best video I have seen so far for the end to end project in big data. Thanks!
@prikshitbatta
@prikshitbatta Жыл бұрын
Hi, Darshil thanks for this project. Faced a lot of errors but took two days to complete the project. In the end, it is satisfying.😀
@vanadin8009
@vanadin8009 Жыл бұрын
can you give the estimated cost of aws services used in this project it will be of so much help and thank you
@vasudevreddy3527
@vasudevreddy3527 Жыл бұрын
@@vanadin8009 we can do basically for free with free tier AWS account
@prasadprojects
@prasadprojects 3 ай бұрын
@@vanadin8009 Can you answer now ?
@ADESHKUMAR-yz2el
@ADESHKUMAR-yz2el 2 ай бұрын
Hi.. need a help, I have free tier account and if I use Glue will it cost me?, if, yes. then how much for this work. thankyou :)
@prasadprojects
@prasadprojects 2 ай бұрын
@@ADESHKUMAR-yz2el for this project overall in one year less than $5
@idhwanibhatt
@idhwanibhatt 2 жыл бұрын
Thank you so much Darshil for this video. We need more such project based learning in data engineering instead of just cliche theory. 😆
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Yes, more videos like this is coming
@mcaddit6802
@mcaddit6802 Жыл бұрын
I am unable to proceed further after clicking on test getting err0r:"errorMessage": "'s3_cleansed_layer'", "errorType": "KeyError", can anyone pls tell what's the problem?
@mustafamujahid3964
@mustafamujahid3964 3 ай бұрын
THANKS A LOT DARSHIL FOR HELPING IN MY FIRST DATA ENGINEERING PROJECT.
@lloydwang8108
@lloydwang8108 2 жыл бұрын
hey Darshil, I rarely comment but just wanted to say a big thank u. This helped me out a lot! Looking forward to more of such content in the future :D
@revathil8986
@revathil8986 8 ай бұрын
Excellent explanation. Each and every step is easy to follow and understandable.
@ArnavMondal14
@ArnavMondal14 Жыл бұрын
Great video. Loved it and helped me build my resume. Would love to do what you do today and freelance
@youraverageguide
@youraverageguide 2 жыл бұрын
Part1 done. It was really informative. Waiting for part 2!
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Check link in the description for that
@harshalshende69
@harshalshende69 2 жыл бұрын
Bro can u plzz help me for this actually I stuck in part 1 during catalog data from1week so I can move forward if u tell my mistakes over their🙏it will big help for me
@ishan358
@ishan358 Жыл бұрын
​@@harshalshende69do you find solution
@imsdengineer
@imsdengineer 2 жыл бұрын
Great Stuff, You Rock boey! The entire video was very much intuitive and I must say that without a shadow of doubt that all the nitty gritties of Data is discussed in this, heading for the second part now. Worth a ⌚
@mackshonayi943
@mackshonayi943 2 жыл бұрын
Thank you Darshil, I completed this part successfully. Your content is invaluable may God bless you
@fahadbakshi5449
@fahadbakshi5449 Жыл бұрын
bro i got stuck at 30:00 minute can u plz help me
@ishan358
@ishan358 Жыл бұрын
How did you solve runtime error
@trishasingh8832
@trishasingh8832 2 жыл бұрын
Great work Darshil! 🔥🔥
@ahmedmohiuddin1866
@ahmedmohiuddin1866 2 жыл бұрын
WOWW. This is amazingggg. Thanks Darshil. I have just started watching the video and looking at the content got me excited.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
This is the type of comment I wait for, thanks for supporting my work!
@ahmedmohiuddin1866
@ahmedmohiuddin1866 2 жыл бұрын
@@DarshilParmar you’re welcome
@hassannasr7736
@hassannasr7736 7 ай бұрын
If you are getting a runtime error when running the lambda function even after 3 minutes. Make sure to add import pandas as pd This will solve the issue as the AWS wrangler changed to AWS SDK Pandas
@ashutoshprakash9468
@ashutoshprakash9468 2 жыл бұрын
Great Work, Darshil!!! Next level Data Engineering knowledge provided by you in this content. ✌️ Industry level project.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you for supporting
@ataurrehman3664
@ataurrehman3664 2 жыл бұрын
Thank you so much for making this video!!! This would be 6-7th video of yours which I've added to my playlist. I request you to post more such project videos in different domains.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you, yes I will try to post such videos
@____prajwal____
@____prajwal____ Жыл бұрын
FYI - Now AWS Wrangler has been renamed to AWS SDK Pandas
@reypaulobae4895
@reypaulobae4895 Жыл бұрын
Lifesaver ! Thanks
@mayurkumar23
@mayurkumar23 10 ай бұрын
prajwal, I am getting this error: { "errorMessage": "Glue table does not exist in the catalog. Please pass the `path` argument to create it.", "errorType": "InvalidArgumentValue", "stackTrace": [ " File \"/var/task/lambda_function.py\", line 40, in lambda_handler raise e ", " File \"/var/task/lambda_function.py\", line 27, in lambda_handler wr_response = wr.s3.to_parquet( ", " File \"/opt/python/awswrangler/_config.py\", line 735, in wrapper return function(**args) ", " File \"/opt/python/awswrangler/_utils.py\", line 178, in inner return func(*args, **kwargs) ", " File \"/opt/python/awswrangler/s3/_write_parquet.py\", line 719, in to_parquet return strategy.write( ", " File \"/opt/python/awswrangler/s3/_write.py\", line 313, in write raise exceptions.InvalidArgumentValue( " ] } Please help.
@castlemonohunter3019
@castlemonohunter3019 2 жыл бұрын
Thank you so much for doing this.... The only one on youtube with curated data related content ❤💫
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you for your support and kind words
@rohanchoudhary672
@rohanchoudhary672 Жыл бұрын
Took me 5 days to complete this video with hands on. But these were all worth it. - Complete noob me
@ishan358
@ishan358 Жыл бұрын
Bro help me to solve run time error @rohanchoudhary672
@dntking40
@dntking40 Жыл бұрын
Excellent work. Thank you for this amazing workshop.
@rohitsaha08
@rohitsaha08 Жыл бұрын
this is a great project with your excellent guidance Darshil. Thank you!😀
@ShubhamKumar-fs9wi
@ShubhamKumar-fs9wi Жыл бұрын
Thank you Darshil for this amazing video, it was very helpful. Just completed this whole project plus did some extra work of moving data to redshift using glue job as well while creation connection and enabling vpc endpoint.:)
@adityaanand835
@adityaanand835 2 жыл бұрын
Really appreciate your hardwork you bring to tthe table!!!
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you making my hardwork pay off by watching video
@paytmoffers7794
@paytmoffers7794 Жыл бұрын
I hope you have more such projects for us in your pipeline 😍 Please do it
@DarshilParmar
@DarshilParmar Жыл бұрын
Yes, I will work on it
@HemantSharma-fw2gx
@HemantSharma-fw2gx 2 жыл бұрын
Thank you so much for this darshil!...keep up the good work🙌
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you, I will
@shreeyajoshi9771
@shreeyajoshi9771 2 жыл бұрын
Thanks a loads for this video Darshil! Very much appreciated! 👏👏👏👏
@penninahgathu7956
@penninahgathu7956 2 жыл бұрын
Thank you so much for teaching us such valuable content! Be blessed
@iamdare
@iamdare 2 жыл бұрын
Hi Darshill, good video and thanks very much. I learned a lot. Please in your subsequent videos, do try to zoom in more often so we can get to see what you’re doing on the screen. Thanks.
@lihongzheng8216
@lihongzheng8216 4 ай бұрын
i tried deploy button at 39:00 and changed time to 15 min (which is max), but it still shows timeout, anybody knows how to fix it?
@youraverageguide
@youraverageguide 2 жыл бұрын
Thanks for all your efforts! This is perfect.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
You're very welcome!
@huzaifa_2590
@huzaifa_2590 Жыл бұрын
It Was An Amzaing Project. I Learned Alot From This Video. Thank You So Much, Appreciated The Work.
@DarshilParmar
@DarshilParmar Жыл бұрын
You are most welcome
@ritikkeshari1463
@ritikkeshari1463 2 жыл бұрын
Thanks alot brother..needed such kind of lecture ..really helped in enhancing my skills..please make more such videos
@rocky6517
@rocky6517 2 жыл бұрын
Thanks Darshil for Creating this Video
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you for watching
@trytrybutdontcry1-zf9yu
@trytrybutdontcry1-zf9yu 7 ай бұрын
Great Video, Thank you so much!!
@banarasi91
@banarasi91 Жыл бұрын
hello guys,you might be getting error at the point of testing that is because of db name has been not changed in environment variable, please take care he has forget to change db name , if you notice in athena database name is db_youtube_cleaned but it should be de_youtube_cleaned, which is giving error in lamda final testing as "Entity not found"
@geekyprogrammer4831
@geekyprogrammer4831 Жыл бұрын
At 46:51, it either gives RunTime error or Timeout Error to me. Kindly help!
@21-lengocmai97
@21-lengocmai97 Жыл бұрын
@@geekyprogrammer4831 I have changed db name in environment variable but it still gave RunTime error. What should I do to fix this?
@saxdrakonis6456
@saxdrakonis6456 Жыл бұрын
@@geekyprogrammer4831 facing same issue. I see a parquet file being generated in the gcs bucket, but the lambda function is timing out. Were you able to rectify it ?
@Livecampingbgmi
@Livecampingbgmi Жыл бұрын
@@geekyprogrammer4831 you got the solution? Please let me know?
@Livecampingbgmi
@Livecampingbgmi Жыл бұрын
@@21-lengocmai97 u got the solution? Please let me know
@mohammedjouhar6363
@mohammedjouhar6363 2 жыл бұрын
Thank you, man.. Keep up the good work!
@pranjalipandey4233
@pranjalipandey4233 2 жыл бұрын
Thanks Darshil for such a valuable learning...
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you for watching
@Bijuthtt
@Bijuthtt 2 жыл бұрын
Awesome tutorial project. I could complete this session.
@raghuboyapati7311
@raghuboyapati7311 2 жыл бұрын
Great video man. AWS has updated the Emphemeral storage of Lambda to 10 GB
@nardsmath3511
@nardsmath3511 2 жыл бұрын
Hi Darshil, great video, could you please let me know how to save to table db_youtube_cleaned as I am getting the error : "An error occurred (EntityNotFoundException) when calling the CreateTable operation: Database db_youtube_cleaned not found." Thanks in advance :)
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Can you timestamp the video? I can explain it easily then
@nardsmath3511
@nardsmath3511 2 жыл бұрын
@@DarshilParmar yes the error occurs at 45.37 but I think it relates to the 39.30 where the names are set
@arpansatpathi9645
@arpansatpathi9645 2 жыл бұрын
I'm facing the same issue
@dorothysilverman7660
@dorothysilverman7660 2 жыл бұрын
I'm facing the same error as well.
@gauravverma7082
@gauravverma7082 2 жыл бұрын
@@dorothysilverman7660 ​ @Arpan Satpathi first create database name ' db_youtube_cleaned ' in glue, then run test.
@mairios521
@mairios521 Жыл бұрын
Hi Darshil! First of all, I would like to say "Thank you" for this tutorial. I need to mention something, I was following each steps but AWS is now different and some options are no longer available or they are so different. I can't believe that AWS platform changed so much in just one year. My question is: will you update this tutorial in the future?
@DarshilParmar
@DarshilParmar Жыл бұрын
Everything is same, you just have to find right options with new UI
@mairios521
@mairios521 Жыл бұрын
@@DarshilParmar Thanks for your quick response!!
@jitendrasinghthakur6364
@jitendrasinghthakur6364 2 жыл бұрын
hey darshil, everything is fine accept getting an error says "errorMessage": "An error occurred (EntityNotFoundException) when calling the CreateTable operation: Database db_youtube_cleaned not found.", "errorType": "EntityNotFoundException", how to resolve
@ajtam05
@ajtam05 2 жыл бұрын
Yeah, I got the same issue. It has to do w/ the Lambda "Configuration" tab > "Environment variables" we input @39:35. But I'm not entirely sure where the "Value" we input for each "Key" came from or is associated to?
@naveenkonda395
@naveenkonda395 2 жыл бұрын
@@ajtam05 have you solved this issue?
@carti8778
@carti8778 Жыл бұрын
@@naveenkonda395 just create a table in athena by tying the SQL query : create database db_youtube_cleaned first one has to create a table then only lambda will update it with the data
@prikshitbatta
@prikshitbatta Жыл бұрын
This is one of the biggest mistakes I found, It should be corrected because we were not told to create a new database and then the path is coming to be different. It took me 3 hours to debug this.
@dimlight1172
@dimlight1172 2 жыл бұрын
This is the first video I'm watching from your channel sir. Even though I didn't understand much, I watched till the end. Your explanation of the stuff just kept me going. I'm a 2nd year engineering student. I have done web development earlier and have basic knowledge of SQL. This data engineering field seems to be very interesting field to dive in. Can you please guide me through sir? So that I can learn the topics and build some good projects using necessary and relevant technology.
@DarshilParmar
@DarshilParmar 2 жыл бұрын
I have complete roadmap on my channel for Data Engineering and study plan, you can check that and start working
@naraendrareddy273
@naraendrareddy273 Жыл бұрын
I can't find the Lambda function's AWS Datawrangler layer option. I can't even find the right arn for us-east-1. You did it at this timestamp: 45:08 Edit: AWS Datawrangler is now called AWS SDK for pandas
@takisally
@takisally Жыл бұрын
Thank you for this particular video
@Watson22j
@Watson22j Жыл бұрын
Hey Darshil, if you were a beginner how would you write such long code in lemda? I am a beginner and wondering how will I be able to write such codes
@nadianizam6101
@nadianizam6101 Жыл бұрын
Excellent.plz upload more project
@ranjansrivastava9256
@ranjansrivastava9256 10 ай бұрын
Dear Darshil, Could you please let us know which architecture have you used in the demo -- Lambda architecture or Kappa Architecture. Wanted to understand more on architecture prospective. Please share your thoughts.
@shubhamdeshmukh6339
@shubhamdeshmukh6339 2 жыл бұрын
Hi Darshil! You r doing great job Please make more video on end to end project
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Sure I will
@abhisheknakate9347
@abhisheknakate9347 2 жыл бұрын
thank you darshil very informative content........please upload 2nd part of video
@DarshilParmar
@DarshilParmar 2 жыл бұрын
It is uploaded, check link in the description
@ijaj.datanerd
@ijaj.datanerd 2 жыл бұрын
Thanks, man.....appreciate your hard work and effort
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thanks Ijaj
@zendr0
@zendr0 2 жыл бұрын
Absolute gem! Thank you for making this video. Learned a lot today. And if possible, Although I know you have your job, please try to make more of such content in future. Lots of love💛💛
@DarshilParmar
@DarshilParmar 2 жыл бұрын
I will try my best to provide as much as I can
@mcaddit6802
@mcaddit6802 Жыл бұрын
I am unable to proceed further after clicking on test getting err0r:"errorMessage": "'s3_cleansed_layer'", "errorType": "KeyError", can anyone pls tell what's the problem?
@ishan358
@ishan358 Жыл бұрын
How do you solve runtime error
@drishtihingar2160
@drishtihingar2160 Жыл бұрын
@@mcaddit6802 yeah I am also getting same error, how did you solved it. Can you help me out
@shyam96105
@shyam96105 2 жыл бұрын
Hi Darshil, please make video on how do you deliver the project to your clients after completing it.
@kruthithunoli1
@kruthithunoli1 11 күн бұрын
Hi Darshil, Can explain some more details on environment variable inputs.
@DarshilParmar
@DarshilParmar 9 күн бұрын
Google :)
@fayssalelaazouziai1573
@fayssalelaazouziai1573 Жыл бұрын
Thank you so much Darshil for this video. I have a question , does the glue table created automaticaly ? because i get a timout , and i think the problem is whit that . can u please provide with more information like should i create new crawel or what to run the create the cleand_table automaticly
@imenbenhassine9710
@imenbenhassine9710 Жыл бұрын
faced the same issue , so i found out that you need to create the cleaned catalog_db in Glue then the cleaned_table will be created automaticly ; for timeout try to increase the memory to along with the time . hope it helps
@intrepidm8753
@intrepidm8753 2 жыл бұрын
its a great one, very useful n resourceful for aspirants like me👍🏼
@danala5963
@danala5963 2 жыл бұрын
This was a great help..one question though..when you executed this project using different AWS services S3, Athena, Glue etc.. what was the approx. cost you got after full project execution...Thanks
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Most likely there won't be any charge if you are under free trial but even if they charge you it will be max 3-5$ You can raise support ticket stating you were just trying to learn about service and they won't charge you
@ogissgi7441
@ogissgi7441 2 жыл бұрын
Thank you so much Darshil for the video! I am having an issue when trying to create a crawler, getting error : "The following crawler failed to create: "name of the crawler" Here is the most recent error message: Account 'Number of account' is denied access." Tried to check the IAM roles created, deleted recreated again, however still receiveing the same message. Would you have an idea what could be the issue?
@rizbasamalah5326
@rizbasamalah5326 2 жыл бұрын
me too bro, do you solve already?
@Devine_9
@Devine_9 3 ай бұрын
I also got this error anyone solved this
@mandardeshpande2246
@mandardeshpande2246 Жыл бұрын
Hi Darshil while running the Athena job getting HIVE_CURSOR_ERROR: Row is not a valid JSON Object - JSONException: A JSONObject text must end with '}' at 2 [character 3 line 1] This query ran against the "de_database_raw" database, unless qualified by the query. error
@sudhanshuupadhyay458
@sudhanshuupadhyay458 2 жыл бұрын
Great and helpful tutorial.
@pankajchandel1000
@pankajchandel1000 Жыл бұрын
among this and covid project ..which one should i try building first as a beginner ?
@siddhideshmukh6424
@siddhideshmukh6424 2 жыл бұрын
Hey Darshil ,i rarely comment but just wanted to tell you tht you are awesome nd you content is just amazing ❤️
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thank you Siddhi
@sankalpporwal9646
@sankalpporwal9646 2 жыл бұрын
At last when I'm running SELECT query on cleaned_statistics_reference_data, it's giving HIVE_UNKNOWN_ERROR: Path is not absolute s3// Plz help
@anushakamath7374
@anushakamath7374 2 жыл бұрын
Hi, did you find a solution to this issue?
@Lapookie
@Lapookie 2 жыл бұрын
@anusha kamath Solved it by : - Deleting data in the s3 bucket : youtube-cleaned-useast1-dev - Deleting "db_youtube_cleaned" database in AWS Glue - Recreating database in AWS Glue and name it : db_youtube_clean - Updating environment "glue_catalog_db_name" variable, rename it : db_youtube_clean - Updating environment "s3_cleansed_layer" variable in the lambda function by adding a / at the end of the path THEN -Refresh all and re execute the lambda function. - Then run the SQL query in Athena It worked by magic I don't know what was wrong, force it some time, delete, re upload, re run :)
@satishmajji481
@satishmajji481 2 жыл бұрын
@Darshil Parmar - In part-2 of this video, "region=us/" folder is not created for me; only ca and gb folders are created upon running the ETL job. PS: I added "predicate_pushdown = "region in ('ca','gb','us')" as well but folder is missing for "us" region. Can you please take a look at this?
@rishabhjha-jy2px
@rishabhjha-jy2px Жыл бұрын
u got sol for this ?
@wizaasir
@wizaasir 3 ай бұрын
at 40:48 where all all these names for environment variables coming from, and what are they even
@DarshilParmar
@DarshilParmar 3 ай бұрын
These used in code as db name, path etc… You can directly hard code it but best practice is to store in env
@aartimehta4807
@aartimehta4807 10 ай бұрын
Hi @DarshilParmar my lambda function is timing out, i increased the time to 15 minutes which is the max time but still it is not completing and my lambda function throwing an error. I followed the exact same steps shown in the video. Can you or someone suggest to me where I am going wrong?
@oscarloterogiraldo460
@oscarloterogiraldo460 10 ай бұрын
I'm stuck in the same part. My lambda fuction does not execute, it always throw a timed out error. @DarshilParmar
@DarshilParmar
@DarshilParmar 10 ай бұрын
Try increasing memory too
@aartimehta4807
@aartimehta4807 10 ай бұрын
@@DarshilParmar Hey, Increased it to 2048MB and it took hardly 2 sec to execute. Thank you for your help. Appreciate it.
@oscarloterogiraldo460
@oscarloterogiraldo460 10 ай бұрын
I just increased it to 500MB and it also ran very fast! Thank you both very much!
@wajidturi
@wajidturi 2 жыл бұрын
wow amazing man
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Thanks a lot!
@percyjackson1662
@percyjackson1662 Жыл бұрын
for those trying it now- 1. awswrangler name has been changed to awssdkpandas. Rest code wise - it remains the same 2. you need to have glue database created before hand, otherwise it throws error .
@satyabratadey3898
@satyabratadey3898 Жыл бұрын
Hi Percy, while trying to add Aws layers, I only get 3 options - AppConfig Extension, Lambda Insights Extension, Parameters and Secret Lambda extension. Not sure what I am missing. Please help
@satyabratadey3898
@satyabratadey3898 Жыл бұрын
@Darshil
@agnimitram340
@agnimitram340 2 жыл бұрын
Thanks Darshil big help.
@meetpatel1873
@meetpatel1873 2 жыл бұрын
Did you get charged while using AWS services under free tier?🤔
@agwunobichinedu6088
@agwunobichinedu6088 2 ай бұрын
Thank you bro, this is good
@LiaqatAli-tn9np
@LiaqatAli-tn9np Жыл бұрын
Hi Darshil, great work, I faced the issue of "Access Denied" in creating Crawler please help me out of this issue
@cuccuckute7758
@cuccuckute7758 7 ай бұрын
did you solve it?
@abrarsaeed5263
@abrarsaeed5263 3 ай бұрын
have you solved??
@aminearguig3114
@aminearguig3114 7 ай бұрын
I have a question and i hope you will answer, is these services free in aws free tier
@mrutyunjay7877
@mrutyunjay7877 2 жыл бұрын
Thank you so much Darshil !
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Most welcome!
@ashishkumarg5
@ashishkumarg5 8 ай бұрын
What is the similar service in GCP for AWS Glue Crawler ?
@guillermojastrzebski954
@guillermojastrzebski954 2 жыл бұрын
Thanks for this great content. I'm getting errors with the lambda function: 1. Video is missing to indicate to hit the "Deploy" button. 2. After adding the layers, increasing timeout and granting permission to lambda function, I still get this: Test Event Name lambdaTestEvent Response { "errorMessage": "An error occurred (EntityNotFoundException) when calling the CreateTable operation: Database db_youtube_cleaned not found.", "errorType": "EntityNotFoundException", "stackTrace": [ " File \"/var/task/lambda_function.py\", line 39, in lambda_handler raise e ", " File \"/var/task/lambda_function.py\", line 26, in lambda_handler wr_response = wr.s3.to_parquet( ", " File \"/opt/python/awswrangler/_config.py\", line 450, in wrapper return function(**args) ", " File \"/opt/python/awswrangler/s3/_write_parquet.py\", line 666, in to_parquet catalog._create_parquet_table( # pylint: disable=protected-access ", " File \"/opt/python/awswrangler/catalog/_create.py\", line 301, in _create_parquet_table _create_table( ", " File \"/opt/python/awswrangler/catalog/_create.py\", line 152, in _create_table client_glue.create_table(**args) ", " File \"/var/runtime/botocore/client.py\", line 391, in _api_call return self._make_api_call(operation_name, kwargs) ", " File \"/var/runtime/botocore/client.py\", line 719, in _make_api_call raise error_class(parsed_response, operation_name) " ] } Function Logs START RequestId: e124c5fb-a734-417c-a227-f1ac36b93a11 Version: $LATEST An error occurred (EntityNotFoundException) when calling the CreateTable operation: Database db_youtube_cleaned not found. Error getting object youtube/raw_statistics_reference_data/US_category_id.json from bucket de-on-youtube-raw-useast1-7011-dev. Make sure they exist and your bucket is in the same region as this function. [ERROR] EntityNotFoundException: An error occurred (EntityNotFoundException) when calling the CreateTable operation: Database db_youtube_cleaned not found. Traceback (most recent call last): File "/var/task/lambda_function.py", line 39, in lambda_handler raise e File "/var/task/lambda_function.py", line 26, in lambda_handler wr_response = wr.s3.to_parquet( File "/opt/python/awswrangler/_config.py", line 450, in wrapper return function(**args) File "/opt/python/awswrangler/s3/_write_parquet.py", line 666, in to_parquet catalog._create_parquet_table( # pylint: disable=protected-access File "/opt/python/awswrangler/catalog/_create.py", line 301, in _create_parquet_table _create_table( File "/opt/python/awswrangler/catalog/_create.py", line 152, in _create_table client_glue.create_table(**args) File "/var/runtime/botocore/client.py", line 391, in _api_call return self._make_api_call(operation_name, kwargs) File "/var/runtime/botocore/client.py", line 719, in _make_api_call raise error_class(parsed_response, operation_name)END RequestId: e124c5fb-a734-417c-a227-f1ac36b93a11 REPORT RequestId: e124c5fb-a734-417c-a227-f1ac36b93a11 Duration: 8167.89 ms Billed Duration: 8168 ms Memory Size: 128 MB Max Memory Used: 128 MB Init Duration: 3626.32 ms Can you please take a look at it?
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Hey, Thanks for sharing this I made mistake in editing and missed that part For the error I’d say just create table on Athena directly Also you can join discord channel for futures queries
@guillermojastrzebski954
@guillermojastrzebski954 2 жыл бұрын
@@DarshilParmar Thank you. It worked. As a reference for who are getting the same error: the video is missing the creation of a database. To do so, go to Athena, create a new query with this SQL "create database de_youtube_cleaned" and run it. Lambda function should work fine after that
@satishmajji481
@satishmajji481 2 жыл бұрын
@@guillermojastrzebski954 This really helped me! Thanks :)
@sidharthaamperayani5965
@sidharthaamperayani5965 2 жыл бұрын
@@guillermojastrzebski954 massive thanks for this!! I've been searching the internet for couple of hours to rectify this. Presumed someone must have got into same issue and checked the comments section. Saved me a lot of trouble!
@dorothysilverman7660
@dorothysilverman7660 2 жыл бұрын
I had to make the table in glue, and then lambda worked as well
@surrealsoupuniverse
@surrealsoupuniverse Жыл бұрын
Hello what should i learn before doing this project? What are the prerequisites? Thanks
@yassaryelurkar3631
@yassaryelurkar3631 2 жыл бұрын
Hey great video. I wanted to ask whether I will be charged for using AWS Athena coz it mentioned additional charges for using athena query when I opened it. Thanks for the video.
@AnandSharma-kz2bs
@AnandSharma-kz2bs 2 жыл бұрын
That is pro level content ❤️💥
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Pro level viewer who watches entire 1 hour thing in the world of reels/shorts
@ashutoshlonkar4338
@ashutoshlonkar4338 9 ай бұрын
Hi Darshil , thank you for this beautiful and easy to understand concept , but while adding lambda layer , i can't find AWSDataWrangler for Virginia resgoin . I tried to deploy existing AWSDataWrangler layer and then add it through custom layer. I did succeed in that , but my data is not getting cleaned and getting stored on cleaned S3 bucket.
@DarshilParmar
@DarshilParmar 9 ай бұрын
Most likely some policy issue
@nabeelasyed1034
@nabeelasyed1034 6 ай бұрын
Hi Darshil, Amazing content. I have a question. I am not able to find AWSwragler layer in options. Could you provide a link for downloading it so that I can custom it.
@DarshilParmar
@DarshilParmar 6 ай бұрын
Go through comments, you will find solution
@shubhamgargade4045
@shubhamgargade4045 2 жыл бұрын
Hi Darshil, I'm confused to choose the career between backend developer and data engineer both finds interesting to me. I like more coding than SQL queries which will be better.
@MDARUN-ph1dw
@MDARUN-ph1dw 2 жыл бұрын
backend then because u like coding heavy
@DarshilParmar
@DarshilParmar 2 жыл бұрын
As Arun said go with Backend because Data Engineering is more SQL heavy
@thimirabandara679
@thimirabandara679 Жыл бұрын
Does it cost money to use aws services? Specifically for Athena
@DarshilParmar
@DarshilParmar Жыл бұрын
You can set billing alarm first and also check aws free tier if it is included
@aman6646
@aman6646 2 жыл бұрын
Great Video 🔥🔥💯 Thanks
@DarshilParmar
@DarshilParmar 2 жыл бұрын
Appreciate it
@dipankrdey1850
@dipankrdey1850 Жыл бұрын
Thank you for your effort. How much amount AWS billed to build this project ? Or all services are under free tier ?
Olympic Data Analytics | Azure End-To-End Data Engineering Project
1:36:00
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 54 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
15 Years of Software Engineer Knowledge in 1 hour 30 mins
1:30:39
Rahul Pandey
Рет қаралды 45 М.
YouTube Data Analysis | END TO END DATA ENGINEERING PROJECT | Part 2
46:18
ProjectPro - Data Science Projects
Рет қаралды 68 М.
How He Got $600,000 Data Engineer Job
19:08
Sundas Khalid
Рет қаралды 176 М.
IPL Data Analysis | Apache Spark End-To-End Data Engineering Project
1:19:53
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Tim Joo
Рет қаралды 81 М.
Learn Machine Learning Like a GENIUS and Not Waste Time
15:03
Infinite Codes
Рет қаралды 193 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН