Under The Hood: Snowflake Hybrid Tables
35:45
From Spark To Snowpark At Booking.com
16:05
12 сағат бұрын
Demo Dare Live Finale 2024
38:08
17 сағат бұрын
Startup Venture Capital Panel For Developers
29:26
Пікірлер
@mrdahenry
@mrdahenry Сағат бұрын
I have been unable create an index on a single column with out it hitting the size limitation. Do you have any advice?
@SauravKumar-lf5ve
@SauravKumar-lf5ve Сағат бұрын
What a talk, Aileen :) Although I didn't find the solution for my problem that I am looking for. But I watched the complete video as you keep me intact with your intriguing talk!!
@aldredd
@aldredd 11 сағат бұрын
Interesting video - any news on Azure availability?
@AlvinaBernstrom
@AlvinaBernstrom 20 сағат бұрын
In trading, possessing technical analysis skills is not sufficient on its own, discipline and emotional maturity play crucial roles in achieving success,thanks to .... tomas calez antonio
@ArnouxMare
@ArnouxMare 20 сағат бұрын
good read , thanks for the recommend
@alisabenesova8911
@alisabenesova8911 21 сағат бұрын
What you mean by Application Tier?
@RonaldoLarion
@RonaldoLarion 23 сағат бұрын
Hi this is great. Having the notebook in Snowflake. However, I tried to run a simple fget_object from minio package, and got an error. Same code that runs fine in jupyter notebook.
@silentwater79
@silentwater79 Күн бұрын
Sounds like a lot of Marketing Bullshit.
@nilkanthkakade9065
@nilkanthkakade9065 Күн бұрын
hooks i need to understand
@RogerYeahmon
@RogerYeahmon 2 күн бұрын
too long, who has time to sit through all this..
@RogerYeahmon
@RogerYeahmon 2 күн бұрын
placing a lot of trust in your AI summariser - assuming it will always produce the correct results.. (it won't)
@hallkbrdz
@hallkbrdz 2 күн бұрын
Thanks for this information. It's always good to get an understanding about what is going on "under the hood".
@confushiarch3421
@confushiarch3421 2 күн бұрын
this is stupid! non of the fucking above! C# and typescript SQL is something you suffer through... python is something you avoid... javascript is just a poor substitute for C#
@danielberta6538
@danielberta6538 2 күн бұрын
Matlab🗿
@snooks5607
@snooks5607 2 күн бұрын
ok I'll say it, SQL is not a programming language. even though it's modern incarnation can be bastardized to be turing-complete but so can HTML+CSS and for that matter Magic The Gathering card game and MS PowerPoint animations are also turing-complete, TC is not a good measure of defining something as a programming language.
@artembaguinski9683
@artembaguinski9683 2 күн бұрын
the question is "what's your favorite language". L in SQL stands for "Language". It's as appropriate an answer as Spanish.
@snooks5607
@snooks5607 2 күн бұрын
@@artembaguinski9683 fair enough I guess, although they didn't include spanish on the screen counter and it seemed to be treated as invalid joke answer
@zool201975
@zool201975 2 күн бұрын
so that is why it is called the snowflake dev day! I was wondering till the languages they chose.
@PERCYxyz
@PERCYxyz 3 күн бұрын
Is it really valid to compare SQL with Java or Python? Apples and pears.
@artembaguinski9683
@artembaguinski9683 2 күн бұрын
Snowflake Cortex supports both SQL and Python for interacting with its large language models and other AI functions. Snowflake itself is primarily written in Java (and C++).
@Jacky99_
@Jacky99_ 3 күн бұрын
Sql? How?
@akimsmiley7325
@akimsmiley7325 3 күн бұрын
Thank you Jeremiah for putting this video together as a follow-up to the Data Cloud Summit session, "Accelerate Ideas into Production with Snowflake DevOps Capabilities", to showcase the Data Engineering features curated in the Snowflake Notebook Quickstart! I appreciate you!
@nzrjsn
@nzrjsn 4 күн бұрын
Several of the function names in Snowflake have changed and you will need to update these to make this project work: 1) change "embed_text()" to "embed_text_768()". 2) change "vector_cosine_distance()" to "vector_cosine_similarity()". Optional: You can also update to a newer LLM in the snowflake.cortex.complete() function. For example, "llama3-70b" or "mistral-large".
@pyotrberia9741
@pyotrberia9741 5 күн бұрын
I know Python but I would never admit it in public. I am not a nerd. Really! I am not.
@vasipalle
@vasipalle 5 күн бұрын
my favourite language is english
@parthasri3412
@parthasri3412 5 күн бұрын
speaker not clear
@user-ps3gr3ed1z
@user-ps3gr3ed1z 5 күн бұрын
i disagree - i thought they enunciated well. perhaps closed captions may be helpful for you. cheers.
@duyduy5595
@duyduy5595 5 күн бұрын
how to deploy?
@aleksandrutoader
@aleksandrutoader 6 күн бұрын
I like this company but please post more. I liked it )))
@ajaie9981
@ajaie9981 6 күн бұрын
It is of no use for me because of trisecret secure and rekeying
@capsaicin938
@capsaicin938 6 күн бұрын
i thought we were talking about human languages 😭
@BiosRiosCS0
@BiosRiosCS0 6 күн бұрын
For now you got 11 teams correct. :D, love the model btw
@emanueol
@emanueol 6 күн бұрын
Great demo 👍 1. whats table size limit to train/infer/predict? I imagine Snowflake behind the scenes splits table rows and computes distributes to learn and to predict? Probably there's no hard limit in table size, but a doft limit to train multiple batches of rows, and repeat till full table trained right? Regarding prediction I suppose compute threads pick/predict row by row basis? or it depends on model type with some able to work in batches of rows? 2. finally you mentioned data set versioning? how does this physically maps to tables? is a version just a time travel timestamp (so we can reuse/access same data?) Thanks
@SumitDas-snow
@SumitDas-snow 2 күн бұрын
1. Train limit is based on your size of warehouse as data need to fit in the memory. No limit on infer/predict 2. Dataset is meant to be an immutable copy for the data for provenance / reproducibility. Table is mutable.
@emanueol
@emanueol 2 күн бұрын
ok thanks, and how about the meaning of dataset version shown in 26m 33s in videov name='AI307_DS.DATA.TRAINING_DATASET version='v2' <---?!? kzfaq.info/get/bejne/ntmedJt0zsCyqY0.htmlm33s
@peterfox3151
@peterfox3151 7 күн бұрын
Excellent job!
@cajones1959
@cajones1959 7 күн бұрын
What happens if you edit a table description and re-run the Data Crawler?
@JasonSummer-o1t
@JasonSummer-o1t 6 күн бұрын
Great question! The Data Crawler will only crawl tables that haven't been previously crawled. So any revised table descriptions will remain unless you actively remove them.
@smalinowski
@smalinowski 8 күн бұрын
How to rename column or change column type in declarative approach? 🤔 It looks cool at first sight but it is not flexible compared to imperative approaches, where detailed control over the execution order and specific operations is sometimes necessary.
@Nashadelicable
@Nashadelicable 9 күн бұрын
12:49 “Asians Asians Asians!”
@sopan047
@sopan047 5 күн бұрын
🤣🤣🤣
@chudamlai
@chudamlai 9 күн бұрын
Can you please make a video about complete step by step in detail as I’m developing an AI chat bot for my college project
@snowflakedevelopers
@snowflakedevelopers 8 күн бұрын
What about this step-by-step guide here? quickstarts.snowflake.com/guide/asking_questions_to_your_own_documents_with_snowflake_cortex/
@edzehoo
@edzehoo 10 күн бұрын
Is this a Daft Punk music video or a tutorial ? You guys are an enterprise software company, behave like one man.
@technologyandinnovation4586
@technologyandinnovation4586 10 күн бұрын
Wish Andrew had talked about more of activities in the field but ran out of time. If the first dude have just introduced Andrew and let him have a stage - but he needed to waste everyone's time.
@ishunbryant7743
@ishunbryant7743 10 күн бұрын
What’s the difference between this and AWS?
@pradeept328
@pradeept328 12 күн бұрын
Is it full finetuning or lora finetuning? If lora finetuning how to specify the rank and alpha?
@mitchellwoody5565
@mitchellwoody5565 12 күн бұрын
Best talk at the conference!!
@TheWateringSpace
@TheWateringSpace 12 күн бұрын
We love you Jeff!
@Ikilledthebanks
@Ikilledthebanks 13 күн бұрын
She seems nice
@marki2325
@marki2325 13 күн бұрын
Great. Now release it already. Pleeeease
@rose8968
@rose8968 14 күн бұрын
How is this diff from alteryx
@ORIGINALwhatnow
@ORIGINALwhatnow 14 күн бұрын
I gave a thumbs down because it didn't give information about how to get to this feature, how to set it up, and how the entire process works.
@adityag7441
@adityag7441 16 күн бұрын
Everything sounds great in demo with full admin access. Very easy in my own Snowflake and AWS accounts. Challenge is to accomplish this at a real workplace when you have to talk to 3 admins and understand what to ask to whom.
@user-ve7xr7it6p
@user-ve7xr7it6p 16 күн бұрын
PERF-AU-84-wh-idle.sql is not in the repo, it stops at 83
@PatrickB-vf3nn
@PatrickB-vf3nn 16 күн бұрын
Did anyone save the SQL from this? It is no longer available.
@DavidWarburton-Burley
@DavidWarburton-Burley 16 күн бұрын
Guide doesn't work. I just get errors whenever I try and do anything
@The_AI_Adoption
@The_AI_Adoption 17 күн бұрын
"The Level 2 of AI Adoption is arriving before AGI" The Last AI of Humanity (New Book )
@bichhubiswa13
@bichhubiswa13 17 күн бұрын
Andrew is such a humble person I always loves to hear him ❤
@AbdulSamada-qv7se
@AbdulSamada-qv7se 18 күн бұрын
can anyone share source code