Snowflake Database/Schema/Table & Container Hierarchy | Chapter-7 | Snowflake Hands-on Tutorial

  Рет қаралды 110,235

Data Engineering Simplified

Data Engineering Simplified

Күн бұрын

Пікірлер: 223
@ramakambhampati5094
@ramakambhampati5094 3 жыл бұрын
You are like a "Snowflake Spiderman" please send more video's on SnowPro Advanced: Database Administrator.. Thanks
@DataEngineering
@DataEngineering 3 жыл бұрын
Thank you 🙏 for watching my video and sharing your feedback and your word of appreciation really means a lot to me. I really liked the statement "Snowflake Spiderman". Do let me know what you liked most about my content and also share what you specifically want to learn and know more about database administrator. Snowflake really does not need any DBA, they rather need DataOps team to monitor the resources. This will help me to focus building my next contents. 📒 📚 📒 📚 📒 📚 📒 📚 📒 📚 I have already published other knowledge series and snowflake certification videos and if you are interested, you can refer them. And please share your constructive feedback so I can improvise my content and help the snowflake and data engineering community. 🚀 Complete Guide + Question Dump + Revised Syllabus 🚀 ------------------------------------------------------- 🌐 SnowPro Guide -> bit.ly/35S7Rcb 🌐 Revised Jan 2021 Syllabus -> bit.ly/3tqOkJb 🌐 SnowPro Practice Test Playlist of 300 questions -> bit.ly/2ZLQm9E 🚀 You can also follow Data Engineering Channel 🚀 -------------------------------------------------- 🌐 Twitter -> twitter.com/de_simplified 🌐 Facebook -> fb.me/dataengineeringsimplified 🌐 GitHub -> github.com/TopperTips 🌐 Website -> toppertips.com
@pradeepkulal9161
@pradeepkulal9161 2 жыл бұрын
@@DataEngineering Can u help me to get a script for these snowflake videos?
@Loki1997L
@Loki1997L Жыл бұрын
@@DataEngineering hi sir, I am having doubt like create table table name query will trigger a warehouse from suspended state to resume... Or not ... And why?.. Please reply i don't know under which video i need to ask so asked here...
@kumardrg
@kumardrg 2 жыл бұрын
Beginner of Snowflake, it's been going great so far, at chapter 9 now, already feeling great with the learning. Thank you.
@DataEngineering
@DataEngineering 2 жыл бұрын
Great job! and happy to get the feedback that this playlist is helping you and many others... feel free to share your experience and if you find any GAP.
@shivangirai3200
@shivangirai3200 Жыл бұрын
Awesome lecture you are providing. I have also cleared certification and your videos helped me a lot. Thanks for all the content.
@DataEngineering
@DataEngineering Жыл бұрын
Congratulation... Glad to hear that and thanks for sharing your note and success.. it helps other to follow and this guidance certainly helps all..
@NehaNikam-l3l
@NehaNikam-l3l Жыл бұрын
Thank you so much for the scripts, Sir. You are indeed our savior🙇‍♀🙌
@DataEngineering
@DataEngineering Жыл бұрын
So nice of you
@abhishekboga5280
@abhishekboga5280 2 жыл бұрын
Your videos work as a brush-up to snowflake concepts which are really helping in understanding each & every concept. I would only suggest you apart from just explaining what is written in the snowflake doc, elaborate in 1 or 2 lines what the concept is. E.g when you have explained the Transient and Temporary table also tell what's the difference between the two. I have to google separately about it. Also, divide the long video into small videos like Udemy to attract more people to your short videos.
@DataEngineering
@DataEngineering 2 жыл бұрын
Great Suggestion. Ch07 is very high leve, and each concept is explained ch-08 on, so you follow and watch other chapters, you would understand them in much more detail. However, a good advice, will keep it in mind for future videos.
@vishalc734
@vishalc734 Жыл бұрын
Great explanation and walk through. I do presentations at work and I can understand the hard work you have put in, much appreciated!!
@DataEngineering
@DataEngineering Жыл бұрын
Glad it was helpful! And thanks for your observation.
@Whoarewe123
@Whoarewe123 27 күн бұрын
All good stuff!!! But small correction at 38:55, Timezone can be changed at the session level in Oracle atleast. I believe others allow too. I'm sorry. just wanted to correct it.
@rajeshbhosale2008
@rajeshbhosale2008 10 ай бұрын
Thanks a lot for the engrossing tutorial. Keep it up! 👍🏻
@DataEngineering
@DataEngineering 10 ай бұрын
My pleasure! -------- and yes, I know many of us are not fully aware of snowpark Python API, if you want to manage snowflake more programatically.. you can watch my paid contents (data + code available) .. many folks don't know the power of snowpark... these 2 videos... will help you to broaden your knowledge.. These contents are available in udemy.. (one for JSON and one for CSV).. it can automatically create DDL and DML and also run copy command... 1. www.udemy.com/course/snowpark-python-ingest-json-data-automatically-in-snowflake/ 2. www.udemy.com/course/automatic-data-ingestion-using-snowflake-snowpark-python-api/
@tanayamandal111
@tanayamandal111 3 жыл бұрын
Thank you for this detailed and helpful video. Please help me to understand a bit confusing data flow. I am well aware of the purpose of external tables in snowflake but can you please tell me if external tables can be used as first layer/staging layer in a data warehouse and then stored proc and tasks can be used to move the data to next layer of tables?
@DataEngineering
@DataEngineering 3 жыл бұрын
Very interesting question and many large enterprise or data projects has this query as it looks obvious to have an external table created and get the data. Yes, the external table can be considered as stage or landing zone, and many ETL or ELT project follows that approach. A couple of issues when it comes to speed and cost which may change your opinion or think to reconsider this approach 1. Querying external table increases WH cost (for large tables, it is very very slow and if they are being queried frequently, your storage cost or redundant cost will be much lower than the compute cost) 2. Querying the external table is slow as the encryption and micro partition + optimization is not applied 3. You can not apply the time travel for any issue identification. 4. If an external table is in a different cloud provider ( like S3 to Azure blob), it may have network cost ( I personally have not seen this case, but could be considered) 5. Stream on the external table has limitation and it was in preview, and snowflake will enhance it further. I hope this gives better clarity. I will make a video around it, this is an interesting topic. Thank you @Tanya Mandal 🙏 for watching my video and sharing your feedback and your word of appreciation really means a lot to me.
@tanayamandal111
@tanayamandal111 3 жыл бұрын
@@DataEngineering Thanks a lot for the explanation. Got a better understanding on this area. Thumbs up for all your videos!
@DataEngineering
@DataEngineering 3 жыл бұрын
@@tanayamandal111 you are most welcome.
@sachinteradal115
@sachinteradal115 Жыл бұрын
@@DataEngineering please share script notes for pracrice purpose
@waseemMohammad-qx7ix
@waseemMohammad-qx7ix Жыл бұрын
Great explanation. Thank you so much for explaining the concepts in great detail and such a nice way.
@DataEngineering
@DataEngineering Жыл бұрын
Glad it was helpful!
@lokesh008in
@lokesh008in 5 ай бұрын
Hello, I am going through your Snowflake video session's. And it very useful and you have spent a good amount of energy, time and appreciate your good work. Can you share the tree maps used in the courses for all the chapters, it would be useful for our reference and quick recall on the topics.
@bnl0047
@bnl0047 2 жыл бұрын
You're an ace teacher 👏
@DataEngineering
@DataEngineering 2 жыл бұрын
Thank you 🙏 for watching my video and sharing your feedback and your word of appreciation really means a lot to me.
@srikamalit
@srikamalit Жыл бұрын
Nice! Please tell us the differences between the different types of objects, the pros, and cons, and when to use what.
@DataEngineering
@DataEngineering Жыл бұрын
Thanks for your note, will make a separate video to have a side by side comparison... if you would like to more about the entire playlist, there are lot of real life example and you can learn about them by seeing their utilization, you can download this summary sheet in PDF version that has detail for all the chapters in one single file. Snowflake End To End Guide Cheat Sheet - bit.ly/43t5IPB
@rajivgandhik8422
@rajivgandhik8422 10 ай бұрын
Great Learning and easy to follow. Thank you
@DataEngineering
@DataEngineering 10 ай бұрын
Glad it was helpful!
@sra7077
@sra7077 3 жыл бұрын
Really a great tutorial .Thank you a lot for sharing it very useful🙏
@DataEngineering
@DataEngineering 3 жыл бұрын
Thank you 🙏 @Sra for watching my video and your word of appreciation really means a lot to me. Do let me what part of content you liked most and why, this helps me to build better content. 📒 📚 📒 📚 📒 📚 📒 📚 📒 📚 I have already published other knowledge series and snowflake certification videos and if you are interested, you can refer them. And please share your constructive feedback so I can improvise my content and help the snowflake and data engineering community. 🚀 Complete Guide + Question Dump + Revised Syllabus 🚀 ------------------------------------------------------- 🌐 SnowPro Guide -> bit.ly/35S7Rcb 🌐 Revised Jan 2021 Syllabus -> bit.ly/3tqOkJb 🌐 SnowPro Practice Test Playlist of 300 questions -> bit.ly/2ZLQm9E 🚀 You can also follow Data Engineering Channel 🚀 -------------------------------------------------- 🌐 Twitter -> twitter.com/de_simplified 🌐 Facebook -> fb.me/dataengineeringsimplified 🌐 GitHub -> github.com/TopperTips 🌐 Website -> toppertips.com
@sweshni
@sweshni 2 жыл бұрын
Very useful information. Lot to learn from this video.
@DataEngineering
@DataEngineering 2 жыл бұрын
So nice of you
@vis7681
@vis7681 Жыл бұрын
Excellent walk through and really the tree map diagram the best
@DataEngineering
@DataEngineering Жыл бұрын
thanks
@tadhashiva6510
@tadhashiva6510 9 ай бұрын
Can you provide this tree map?
@bethtilley5648
@bethtilley5648 Жыл бұрын
I'm very glad I found your tutorial in KZbin. How can I have the table I created in sandbox auto refresh daily?
@moh.7777
@moh.7777 2 жыл бұрын
Thank you so much for your video content. It is a boon for beginners like me. God Bless.
@DataEngineering
@DataEngineering 2 жыл бұрын
Glad it was helpful!
@mandar0782
@mandar0782 Жыл бұрын
Hi, It is a great learning Snowflake, especially for a beginner. Totally enjoying it. You have explained in a very simple, easy-to-understand way. I would be happy if you could share the datasets or the links, like the nyc weather json.
@DataEngineering
@DataEngineering Жыл бұрын
You're very welcome!. Will soon provide link on the video description.
@ajayvishwakarma6964
@ajayvishwakarma6964 Жыл бұрын
Thank you for providing such valuable content on Snowflake. I have a question related to bulk loading data. In my recent experience, I created a Snowflake stage called 'test_stage' and successfully used the query 'COPY INTO test_load FROM @test_stage' to transfer data from the stage into the 'test_load' table. Afterward, I deleted all records from the 'test_load' table. Surprisingly, when I tried to rerun the same copy query, the data didn't transfer from the stage to the table and not getting any error as well. Can you help me understand what might be causing this issue?
@AnIndianPassenger
@AnIndianPassenger Жыл бұрын
Hi sir, Recently started learning snowflake from your channel. Thanks making it easy and accessible to all. Also help how to get get the hierarchy document your showing on explanation.
@phanikumar3014
@phanikumar3014 Жыл бұрын
Great Tutorial, I always enjoy, whenever watch.. As per your comments I am not able to find SQL script in description section. Can you please share SQL scripts used?
@rajasekharjonnalagadda2376
@rajasekharjonnalagadda2376 2 жыл бұрын
Very Informative viedeo's and really helped me to understand most of the functionalities very easily.. You are really an excellent teacher. Can you please share the tree maps used for this course..as they are really helpful for exam preparation and can be used as a quick reference guide. Thank you...
@DataEngineering
@DataEngineering 2 жыл бұрын
You are most welcome and glad to hear that you liked the content. Will see how can i publish the tree map via my website.
@RK-wf7re
@RK-wf7re 3 жыл бұрын
Thanks for your videos. Can't we load the data in WEB UI by writing copy command instead of using Snow SQL? Also how json data formatted into tabular format is not clear..
@DataEngineering
@DataEngineering 3 жыл бұрын
you can load data data from via WebUI using copy command and copy will always refer to internal or external stage. See episode 11 for more detail. 🌐 Snowflake Complete Guide Playlist ➥ bit.ly/3iNTVGI
@RK-wf7re
@RK-wf7re 3 жыл бұрын
@@DataEngineering okay, thank you so much for your response.
@sravaninaredla847
@sravaninaredla847 2 жыл бұрын
Yes
@rachidfakhfakh1361
@rachidfakhfakh1361 2 жыл бұрын
Your videos are very great. very thankfull. this helped me to get up to level into my new job. thanks a lot. keep it going. Anything in informatika software?
@DataEngineering
@DataEngineering 2 жыл бұрын
Thank you 🙏 for watching my video and your word of appreciation really means a lot to me. Informatica is not in my radar, may be in future but now my focus is only snowflake. Informatica is still a populate DW system in your organization? ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ I have already published other knowledge series and snowflake certification videos and if you are interested, you can refer them. 🌐 Snowflake Complete Guide Playlist ➥ bit.ly/3iNTVGI 🌐 SnowPro Guide ➥ bit.ly/35S7Rcb 🌐 Snowflake SQL Series Playlist ➥ bit.ly/3AH6kCq 🌐 SnowPro Question Dump (300 questions) ➥ bit.ly/2ZLQm9E ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡
@Alekya-y1h
@Alekya-y1h 5 ай бұрын
Great explanation thanks a lot sir
@NitinShah-wv3io
@NitinShah-wv3io 2 жыл бұрын
Absolutely nice video excellent work. As per your comments I am not able to find SQL script in description section. Can you please share SQL scripts used?
@japref4939
@japref4939 2 жыл бұрын
This time you went by fast, especially later half of the part. creating the staging and going to sql so on and so forth, I could not catch up with the speed. I watched multiple times. But who will give this much info anyway. 😊. Thanks. I could understand the concept. I will finish all in a day or two.
@DataEngineering
@DataEngineering 2 жыл бұрын
Sorry! Will try to do slow.. my other videos are taking care of this feedback and I go slow.... if you watch other videos in this playlist, things will be more clear to you.. thanks for you note and feedback.
@hariyaparesh7965
@hariyaparesh7965 10 ай бұрын
Thanks a lot for such great videos...can we create external table on internal stage?
@DataEngineering
@DataEngineering 10 ай бұрын
Thanks for your note... no.. you can not create external table on internal stage. --- and yes, I know many of us are not fully aware of snowpark Python API, if you want to manage snowflake more programatically.. you can watch my paid contents (data + code available) .. many folks don't know the power of snowpark... these 2 videos... will help you to broaden your knowledge.. These contents are available in udemy.. (one for JSON and one for CSV).. it can automatically create DDL and DML and also run copy command... 1. www.udemy.com/course/snowpark-python-ingest-json-data-automatically-in-snowflake/ 2. www.udemy.com/course/automatic-data-ingestion-using-snowflake-snowpark-python-api/
@saravan95
@saravan95 2 жыл бұрын
Thanks for you videos. Can we load data to stage from external storage like S3 without Integration Object ?
@DataEngineering
@DataEngineering 2 жыл бұрын
Yes, you can. Either make your s3 public (read only) or add IAM key to access it. Not recommended by Snowflake for production environment but for your personal trial, you can do it. Watch Ch-11 for complete external table function kzbin.info/www/bejne/rWqlgqaFoa-Wa9U
@saravan95
@saravan95 2 жыл бұрын
@@DataEngineering thanks for the reply.
@vamsiramukrrish
@vamsiramukrrish Жыл бұрын
Hi Thank you so much for your explanation.. some how i am not able to connect to SnowSQL can you please help with it
@DataEngineering
@DataEngineering Жыл бұрын
there could be 3 possibilities... either user-id is incorrect or password is incorrect The 3rd one is that your URL is incorrect.. if you can share the screenshot to my insta or facebook page.. the it will be more easy to help. 🚀🚀 How To Connect ✏ Instagram: instagram.com/learn_dataengineering/ ✏ Medium Blog: medium.com/@data-engineering-simplified ✏ Exclusive Snowflake Facebook Group: facebook.com/groups/627874916138090/
@tadhashiva6510
@tadhashiva6510 9 ай бұрын
Thank you making this awesome videos!!!! Can you provide this sheet?
@VivekKBangaru
@VivekKBangaru Жыл бұрын
Awesome Video..... Thanks
@konzip221
@konzip221 Жыл бұрын
Great overview thank you!
@DataEngineering
@DataEngineering Жыл бұрын
Glad it was helpful!
@shankarmp6205
@shankarmp6205 Жыл бұрын
Your Videos on snowflake is tremendous and enjoying the study of snowflake beginner. Thanks for your effort!! few suggestion on technical query : in chap7, staging area, my question is... only one table can be placed in the mentioned staging or more files....coz the in the select .....from @my_stg is mentioned but there is no file name mentioned....pls clarify
@DataEngineering
@DataEngineering Жыл бұрын
Thanks .. and glad you enjoyed the videos.. you can place many files in the stage location.. try watching the entire playlist and you would understand it .. if you would like to understand more about stages.. watch following chapters - External Stages - kzbin.info/www/bejne/rWqlgqaFoa-Wa9U - Loading multiple csv files in snowflake - kzbin.info/www/bejne/gZrbapR_mLeLack - The entire loading playlist - kzbin.info/aero/PLba2xJ7yxHB6NPEv8pp7j3zWibLZzwjvO
@tableaututorialstips71
@tableaututorialstips71 6 ай бұрын
It seems WEBUI is not available in current version right ?
@debasishghosh3958
@debasishghosh3958 6 ай бұрын
Your tutorial is awesome and so easy to follow, thanks for creating this tutorial. I like your Tree Map and shich is awesome. How do downlod that Tree Map.
@PraksVarma
@PraksVarma Жыл бұрын
you are simply amazing
@DataEngineering
@DataEngineering Жыл бұрын
Thank you so much 😀
@sidhharrthajain4216
@sidhharrthajain4216 2 жыл бұрын
very nice and detailed video to quick start. Could you please share scripts used in these videos. Thank you for all the efforts.
@insane2093
@insane2093 Жыл бұрын
I have one query like what's the stage ?and any necessity of stage ?
@MasterCamus
@MasterCamus 6 ай бұрын
How do we load a json file to the S3 storage account so it can be copied later to the Snowflake stage?
@srivatsanawaitsu
@srivatsanawaitsu 2 жыл бұрын
Very useful. Would it be possible to include the statements you are using in the description as an attachment (or) a git link?It will really help.
@DataEngineering
@DataEngineering 2 жыл бұрын
Running out of time.. have planned but somehow could not allocate time to do it.. will do it soon and drop you a note.
@srivatsanawaitsu
@srivatsanawaitsu 2 жыл бұрын
@@DataEngineering Appreciate it.
@amitsurywanshi1869
@amitsurywanshi1869 2 жыл бұрын
This is a great tutorial.. Could you please provide the Topic map tree link and SQL scripts used for Hands-on?
@DataEngineering
@DataEngineering 2 жыл бұрын
Let me check about the SQL script and will try to have the tree map also available in my website. Thank you 🙏 for watching my video and your word of appreciation really means a lot to me. ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ I have already published other knowledge series and snowflake certification videos and if you are interested, you can refer them. 🌐 Snowflake Complete Guide Playlist ➥ bit.ly/3iNTVGI 🌐 SnowPro Guide ➥ bit.ly/35S7Rcb 🌐 Snowflake SQL Series Playlist ➥ bit.ly/3AH6kCq 🌐 SnowPro Question Dump (300 questions) ➥ bit.ly/2ZLQm9E
@RK-wf7re
@RK-wf7re 2 жыл бұрын
Great content. One question while loading data using insert statement don't we need to specify ' file format' option along with insert command?
@DataEngineering
@DataEngineering 2 жыл бұрын
Yes, we need to specify file format, else it will consider csv as default.
@sarvanimadabushi6185
@sarvanimadabushi6185 Жыл бұрын
@DataEngineering Please share the datasets and scripts, I would wish to execute these commands and learn by following the video. Really appreciate great content.
@DataEngineering
@DataEngineering Жыл бұрын
Here you go data-engineering-simplified.medium.com/snowflake-database-schema-table-container-hierarchy-d72f945fc5f3
@dharmeswaranparamasivam5498
@dharmeswaranparamasivam5498 2 жыл бұрын
Great session. Thanks for doing this. If snowflake accepts duplicates for Primary key and unique key column, then we are losing meaning of PK and Unique right? Can you please explain how to maintain unique values.
@DataEngineering
@DataEngineering 2 жыл бұрын
Yes, you are right and snowflake allows them in definitino but not enforce them. Snowflake is distributed computing system and having PK or FK is kind of difficult (read more about CAP theorem toppertips.com/cap_theorem) You have to build a custom logic to maintain it.
@dharmeswaranparamasivam5498
@dharmeswaranparamasivam5498 2 жыл бұрын
@@DataEngineering Thanks you. This help. I'm really enjoying your playlist to learn snowflake from basic.
@dharmeswaranparamasivam5498
@dharmeswaranparamasivam5498 2 жыл бұрын
@@DataEngineering Sorry to ask you one more question. During time travel, if we don't know update statement queryid, how can we find out before snapshot? In this case one of my team member would have executed update statement few months ago.
@datatalkshassan
@datatalkshassan Жыл бұрын
@@dharmeswaranparamasivam5498 You will have to search up that query in the Query History. From there, you can get the query ID. To filter down your results, you can apply where commands to the User or the time when the query was executed
@phrezzzalfred1267
@phrezzzalfred1267 Жыл бұрын
Weldone, I am confused on the views part when you used Variant v and started using columns and double columns to select can you explain further it's quite confusing
@DataEngineering
@DataEngineering Жыл бұрын
pls watch chapter-9, ch-10, ch-11 to get more clarity
@dt0229
@dt0229 3 жыл бұрын
Great content! One question, when autoincrement on ID field, I don't think the record will be true continuous if I insert multiple batch
@DataEngineering
@DataEngineering 3 жыл бұрын
Thanks @Tong Dai for sharing your query. When you say continous means there will be no skip and it will really follow the nextvalue as per incremental defintion. I have never tried this myself but I assume unless otherwise the seq.nextvalue is called only by batch program, it will never skip any value and it will have continous value. We can try this using a insert as select statement and simulate it with a large table. I really loved your question. Learning a lot from your experience too.
@sambavadlamudi
@sambavadlamudi Жыл бұрын
Very nice tutorial and material. Is it possible to share the material that you are presenting in this series.
@DataEngineering
@DataEngineering Жыл бұрын
Will upload soon
@shivatadakamalla3741
@shivatadakamalla3741 3 жыл бұрын
it was great video's
@DataEngineering
@DataEngineering 3 жыл бұрын
Thank you 🙏 @Shiva Tadakamalla for watching my video and your word of appreciation really means a lot to me. ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ I have already published other knowledge series and snowflake certification videos and if you are interested, you can refer them. 🌐 Snowflake Complete Guide Playlist ➥ bit.ly/3iNTVGI 🌐 SnowPro Guide ➥ bit.ly/35S7Rcb 🌐 Snowflake SQL Series Playlist ➥ bit.ly/3AH6kCq 🌐 SnowPro Question Dump (300 questions) ➥ bit.ly/2ZLQm9E ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡
@MrRajat769
@MrRajat769 Жыл бұрын
U did not told wher ch7.csv file was there....was it in local desktop folder or AWS bucket....plz reply
@udayrajd
@udayrajd Ай бұрын
One query, how is the date and time saved and how is it displayed (is it UTC or ltz?) the reason for asking the question is that when inserting the date in pacific timezone, we saw PT in the select query and time was displayed according to PT. However, after changing the timezone to Japan and then inserting the record, the time for only 3rd record was shown in Japan timezone, earlier 2 records were shown in PT. if the time stored is in UTC then all of it showed get converted to current timezone at the time of select ortherwise, it looks like that time is saved in ltz. Please help understand.
@DataEngineering
@DataEngineering Ай бұрын
if nothing is set, all the date and timezone is UTC and you can set session level parameter to make sure that date/timezone is consistent.
@udayrajd
@udayrajd Ай бұрын
@@DataEngineering thanks a lot !
@gkrv6726
@gkrv6726 Жыл бұрын
I understood the hierarchy that ACCOUNT->DATABASE->SCHEMA-> objects (table,view etc) . Here where warehouse is coming ? is it before account ? or within account? Please give the hierarchy for warehouse also . Thanks
@DataEngineering
@DataEngineering Жыл бұрын
Warehouse is account level object and they don't come under database. Database is primarily for storage objects. Watch ch-12 (kzbin.info/www/bejne/hHaTaH2ua7tni6M) that covers warehouse concept in detail.
@gkrv6726
@gkrv6726 Жыл бұрын
@@DataEngineering Thanks for your prompt reply and clarifications. Without creating schema , can we create table after creating database?
@dataherokumar
@dataherokumar Жыл бұрын
Hi Sir, Really Good Videos. Could you please share all study material like diagram,snowflake queries and slides ? Thanks!
@DataEngineering
@DataEngineering Жыл бұрын
I am planning to re-organize them in a different platform, will soon update you, for now they are missing and really sorry for that. (They are not slides, so it will be difficult to get them as they are seen in the video, they are rich media contents)
@Saipradeep-vm4nf
@Saipradeep-vm4nf 2 жыл бұрын
please continue add the quiz because this quiz is most important test our knowledge each lesion. how much knowledge again
@DataEngineering
@DataEngineering 2 жыл бұрын
Will do and it will up live soon.
@prasannaboyapati1321
@prasannaboyapati1321 Жыл бұрын
Hi, Could you share the code snippets used in sessions?
@jyothiprakash6656
@jyothiprakash6656 2 жыл бұрын
HI am very happy about your videos and following your videos from part-1 onwards can u explain us how u connected snow sql whats the excat command
@DataEngineering
@DataEngineering 2 жыл бұрын
Sure I will.. this playlist is still incomplete.. will do it after it is done..
@tanmoydey4378
@tanmoydey4378 2 жыл бұрын
video section 19.03 table creation with mixed case. you said table created but in output it says error table already exists. ples comment
@DataEngineering
@DataEngineering 2 жыл бұрын
That could be recording issue. .. you can ignore it.. thanks for your note.. In general snowflake objects are not case sensitive unless the object is created using double quotes... hope this helps..
@SandipanSarkar-c8v
@SandipanSarkar-c8v 11 ай бұрын
Finished watching
@DataEngineering
@DataEngineering 10 ай бұрын
thank you...
@Abhishek.7000
@Abhishek.7000 Жыл бұрын
Hi! Your videos are quite helpful! Can you share code used in all of your videos of Snowflake Tutorial For Beginners playlist?
@DataEngineering
@DataEngineering Жыл бұрын
Yes, sure. some of the items are missing.. will review and publish it.
@rupeshkumarmangraj6919
@rupeshkumarmangraj6919 2 жыл бұрын
Amazing tutorial sir. Where can I find the JSON files which you have used to load from S3 bucket to snowflake? That would really help.
@DataEngineering
@DataEngineering 2 жыл бұрын
Thank you 🙏 for watching my video and your word of appreciation really means a lot to me. Will make the JSON file available. ⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡⚡ I have already published other knowledge series and snowflake certification videos and if you are interested, you can refer them. 🌐 Snowflake Complete Guide Playlist ➥ bit.ly/3iNTVGI 🌐 SnowPro Guide ➥ bit.ly/35S7Rcb 🌐 Snowflake SQL Series Playlist ➥ bit.ly/3AH6kCq 🌐 SnowPro Question Dump (300 questions) ➥ bit.ly/2ZLQm9E
@sdonram
@sdonram Жыл бұрын
Excellent
@DataEngineering
@DataEngineering Жыл бұрын
Thank you so much 😀 🚀If you have not yet downloaded the master cheat sheet, then you can download from following link. It has all the video description available along with timestamp. 🚀 ➥ Complete Snowflake Tutorial rebrand.ly/maj4l6x ➥ Complete Snowflake JSON Guide rebrand.ly/d52cef
@mobulureddy3474
@mobulureddy3474 3 жыл бұрын
Hi Thank you for this videos. The description link was not working right now.Can check and fix if is there any issue.
@DataEngineering
@DataEngineering 3 жыл бұрын
Thank you 🙏 @M obulu Reddy for watching my video and your word of appreciation really means a lot to me. Can you check this link again www.toppertips.com
@deenadayal6039
@deenadayal6039 4 ай бұрын
Hello Sir, can you please share the link for tree diagram (Streem app )
@PranshuHasani
@PranshuHasani 9 ай бұрын
Using a free trial account and we create a database and warehouse then we have to pay money or not?
@DataEngineering
@DataEngineering 9 ай бұрын
for free trial account, you can consume upto $400 credit.. so as long as it is with in limit... it should not be an issue.. and it will not cost you anything
@vishwasrock4809
@vishwasrock4809 Жыл бұрын
From where I can get all queries which is used in lecture.
@srinivaskorada2919
@srinivaskorada2919 Жыл бұрын
Hi sir, I am not getting the option for classic console web UI in snowsight. web UI ...Please help me
@DataEngineering
@DataEngineering Жыл бұрын
for new free account, Legacy WebUI is not more available. you need to learn more and more on snowsight
@4shirke
@4shirke 2 жыл бұрын
Thank you for such amazing and detailed content. You are an Amazing teacher. I want the topic tree map that you use for exam prep. can you please share the link...I tried all the links in description. don't seem to find it
@DataEngineering
@DataEngineering 2 жыл бұрын
Noted, will see how can make that tree map available.
@amitsurywanshi1869
@amitsurywanshi1869 2 жыл бұрын
Hey, just checking if you find the way to share the topic tree.. What kind tool did you use to make this? Appreciate your response.. This one is the most excellent snowflake content I have come across.. Thank you so much..
@jiteshshewale764
@jiteshshewale764 Жыл бұрын
where can i find the query sheet? i am unable to find it from description link
@videet
@videet 2 жыл бұрын
Do you have the script file? I wanted to replicate these steps and practice.
@DataEngineering
@DataEngineering 2 жыл бұрын
Let me check, it must be available in the website. Will share it soon.
@maulikpatel6541
@maulikpatel6541 2 жыл бұрын
Hello, Can you please share the link where all the SQL scripts available which are used in video. Also from where i can access the tree map. Thanks
@DataEngineering
@DataEngineering 2 жыл бұрын
Will upload soon
@vamshikrishnat
@vamshikrishnat 9 ай бұрын
Is there any datatype similar to UUID?
@DataEngineering
@DataEngineering 9 ай бұрын
No... as of now there is no UUID data type.. at the end of the day.. it is a string
@srikamalit
@srikamalit Жыл бұрын
Excellent. How to download or print the treemap?
@DataEngineering
@DataEngineering Жыл бұрын
I am planning to re-organize them in a different platform, will soon update you, for now they are missing and really sorry for that.
@srikamalit
@srikamalit Жыл бұрын
@@DataEngineering No worries. Thanks a lot!
@praveenshetty7688
@praveenshetty7688 2 жыл бұрын
Can you make a video on snowflake data lake and their use cases.......Thanks
@DataEngineering
@DataEngineering 2 жыл бұрын
Snowflake has native support for structured and semi-structured data and does not support unstructured data like media files or customer file formats.. so it is not fully used as data lake... and use more like a data warehouse.. but there are work around via which .. you can build data lake the way it is build in hadoop or S3 object storage... datalake is a pattern than a technology... so the previous use cases are also application as long as you can store the data and process it.. hope this clarify.. if you need more specific detail.. pls drop a note to my instragram.. (instagram.com/learn_dataengineering/)
@maheshelluri1992
@maheshelluri1992 Жыл бұрын
Hi, Where can I find the SQL Script, I couldn't find it. Please advise.
@DataEngineering
@DataEngineering Жыл бұрын
Working on them and will soon will make it part of video description.
@maheshelluri1992
@maheshelluri1992 Жыл бұрын
@@DataEngineering Thank you so much
@sarvanimadabushi6185
@sarvanimadabushi6185 Жыл бұрын
​@@DataEngineering Pls share the path to the files and scripts
@anguramanatha4975
@anguramanatha4975 2 жыл бұрын
If I need the SQL statements which you run for practice purpose... Where can I get it.
@DataEngineering
@DataEngineering 2 жыл бұрын
Here you go toppertips.com/snowflake-database-schema-container-hierarchy
@kirankumark2943
@kirankumark2943 2 жыл бұрын
Hi Team, Where can i find the Slides and also the scripts used for explanation. Please help me on this.
@DataEngineering
@DataEngineering 2 жыл бұрын
Will upload them soon... pls wait..
@ipsna2758
@ipsna2758 2 жыл бұрын
as a beginner, I found tough undersatdning in the later section as there was no explnation among types of tables as well as the DDL statemnets related to them.
@DataEngineering
@DataEngineering 2 жыл бұрын
This chapter is at very high level.. I rerquest you to watch all other chapters which explain each part in depth.
@sanju05021
@sanju05021 2 жыл бұрын
Could you please confirm limit on file size via web UI? The snowflake documents says 50MB.
@DataEngineering
@DataEngineering 2 жыл бұрын
Let me check and confirm.
@ketanrehpade9150
@ketanrehpade9150 2 жыл бұрын
while loading the data in a table from a file, is there any way we can limit the no of rows, let say we have 10000 records in a CSV file but in the table, I want only the half, is it possible by web UI or snowsql?
@DataEngineering
@DataEngineering 2 жыл бұрын
Interesting use case.. I don't see any immediate solution which can be applied while loading data from WebUI or SnowSQL.... Here is my thought 1. Load the file in internal or external stage (internal stage has external table issue) 2. Create a file format with delimiters (for csv, command is default) 3. Use copy command by having file format and apply limit on select statement on your stage file (this can be done even without creating an external table) If the file need to skip 1st 500 rows or n roles from top.. in that case, you can specify the skip rows in the file format. Let me know if this make sense, but I will certainly try that out if you share the file with sample records via google drive.
@ketanrehpade9150
@ketanrehpade9150 2 жыл бұрын
@@DataEngineering thanks for the suggestion, let me try , and I will get back to you.
@DataEngineering
@DataEngineering 2 жыл бұрын
@@ketanrehpade9150 great
@phanikumar3014
@phanikumar3014 Жыл бұрын
great tutorial, can you share the files that are used in the videos
@aj5086
@aj5086 7 ай бұрын
can i get the treemap u use in all videos?
@DataEngineering
@DataEngineering 7 ай бұрын
Need to check if I have a copy of it.. these videos were published long back
@ashmultan12
@ashmultan12 2 жыл бұрын
How can I get the info about snowsql...could you please elaborate...Thanks
@DataEngineering
@DataEngineering 2 жыл бұрын
will add some video about it..
@manjunathah5484
@manjunathah5484 2 жыл бұрын
Many thanks for such a informative lecture, this video helps a lot for beginners....But couldn't found SQL scripts link.... Kindly help by sharing script link used for this lecture......
@DataEngineering
@DataEngineering 2 жыл бұрын
Looks my website is having some issue.. will fix it soon and let you know.
@mohammadamir796
@mohammadamir796 2 жыл бұрын
@@DataEngineering - Any Update on this please, I am also not able to find SQL scripts
@tnshankar
@tnshankar 2 жыл бұрын
Nice video . Appreciate your effort . Could you please share the tree map link ?
@DataEngineering
@DataEngineering 2 жыл бұрын
Will upload soon. if you are comfortable using instagram, and If you need it early, drop me a note in instragram.. so I can share the jpg instagram.com/learn_dataengineering/
@ramum4684
@ramum4684 2 жыл бұрын
Excellent work on snowflakes. But the speed in the vedio is not good .
@DataEngineering
@DataEngineering 2 жыл бұрын
Thanks for the feedback. Need more elaboration on "speed in the video is not good" . what do you mean by speed? you can change the speed from youtube configuration..
@labib8aug
@labib8aug 3 жыл бұрын
Thank you for your content but I don't find the script . help us pls .
@DataEngineering
@DataEngineering 3 жыл бұрын
Thanks @labib8aug, Sorry for not sharing the link.. here you go www.toppertips.com/snowflake-database-schema-table-container-rierarchy/ Thank you 🙏 for watching my video and sharing your feedback and your word of appreciation really means a lot to me. 📒 📚 📒 📚 📒 📚 📒 📚 📒 📚 I have already published other knowledge series and snowflake certification videos and if you are interested, you can refer them. And please share your constructive feedback so I can improvise my content and help the snowflake and data engineering community. 🚀 Complete Guide + Question Dump + Revised Syllabus 🚀 ------------------------------------------------------- 🌐 SnowPro Guide -> bit.ly/35S7Rcb 🌐 Revised Jan 2021 Syllabus -> bit.ly/3tqOkJb 🌐 SnowPro Practice Test Playlist of 300 questions -> bit.ly/2ZLQm9E 🚀 You can also follow Data Engineering Channel 🚀 -------------------------------------------------- 🌐 Twitter -> twitter.com/de_simplified 🌐 Facebook -> fb.me/dataengineeringsimplified 🌐 GitHub -> github.com/TopperTips 🌐 Website -> toppertips.com
@sarvanimadabushi6185
@sarvanimadabushi6185 Жыл бұрын
@@DataEngineering Unable ot access the link. Please upload and share data files and scripts
@saipraneethkalimisetty4906
@saipraneethkalimisetty4906 2 жыл бұрын
i have installed snow sql cli in windows not able to put the .csv file to stage could you help me how can load csv file ?
@DataEngineering
@DataEngineering 2 жыл бұрын
if you can help with the issue.. or share it via my instagram account instagram.com/learn_dataengineering/
@anjanikumar1000
@anjanikumar1000 2 жыл бұрын
Fantastic job in making these videos, please continue this work....👍👏
@keshavpatidar1905
@keshavpatidar1905 Ай бұрын
Can you please provide sub topic tree map?
@elliegu274
@elliegu274 Жыл бұрын
Is there a link for the SQL code in this tutorial?
@DataEngineering
@DataEngineering Жыл бұрын
will check and publish it..
@raghumajji2685
@raghumajji2685 2 жыл бұрын
Hi Sir ...Where Can i find tree map? I can't find the link..
@DataEngineering
@DataEngineering 2 жыл бұрын
Will upload soon
@raghumajji2685
@raghumajji2685 2 жыл бұрын
@@DataEngineering Thanks you so much...
@DataEngineering
@DataEngineering 2 жыл бұрын
Most welcome @@raghumajji2685
@DhruvDholariya
@DhruvDholariya Жыл бұрын
From where we can access this sql code
@DataEngineering
@DataEngineering Жыл бұрын
here you go medium.com/@data-engineering-simplified/snowflake-database-schema-table-container-hierarchy-d72f945fc5f3
@pradeepkulal9161
@pradeepkulal9161 2 жыл бұрын
From where i can get the script for SQL here!?
@DataEngineering
@DataEngineering 2 жыл бұрын
Need to check if blog for this video is published .. if not ..then will publish it soon.
@kaushikdwivedi9039
@kaushikdwivedi9039 Жыл бұрын
please attach ch-7.csv file...i am unable to find that file.
@vinothkannaramsingh8224
@vinothkannaramsingh8224 4 ай бұрын
Script is missing. Thanks!
@bhaktipadwal6839
@bhaktipadwal6839 2 жыл бұрын
Where is the link for code u have used in tutorial?
@DataEngineering
@DataEngineering 2 жыл бұрын
Let me review... and if possible.. will make it available.
@santoshpawar4686
@santoshpawar4686 Жыл бұрын
please share the pdfs and ppt it help us everyone to brush up the things easily and it's very is easy remember
@tony_montana9122
@tony_montana9122 7 ай бұрын
LOST IN LAST 15 MINUTES...SO MANY TOPICS BACK TO BACK
@paknadeemful
@paknadeemful 2 жыл бұрын
2 thumps up
@DataEngineering
@DataEngineering 2 жыл бұрын
thank you..
Snowflake Must Know New Objects  | Chapter-8 | Snowflake Hands-on Tutorial
40:40
Data Engineering Simplified
Рет қаралды 68 М.
Fast Data Loading & Bulk Ingestion in Snowflake | Chapter-9 | Snowflake Hands-on Tutorial
58:23
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 8 МЛН
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 30 МЛН
Snowflake Unique Features | Chapter-6 | Snowflake Hands-on Tutorial
25:41
Data Engineering Simplified
Рет қаралды 78 М.
Zero to Snowflake in 90 minutes
1:17:05
Datalytyx
Рет қаралды 202 М.
Snowsight - Snowflake Modern Web UI | Chapter-5 | Snowflake Hands-on Tutorial
45:49
Data Engineering Simplified
Рет қаралды 102 М.
#4 | Snowflake Classic Legacy WebUI | Snowflake Tutorial
31:24
Data Engineering Simplified
Рет қаралды 105 М.
Snowflake Architecture - Learn How Snowflake Stores Table data
17:06
Learning Journal
Рет қаралды 282 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 8 МЛН