Mutlimodal got a bit more multi this month with the release into public preview of AI_TRANSCRIBE(). Naturally, Prof. Frosty has been experimenting with this new AI SQL function and wants all his students to dive in!
You challenge is to download the audio file from this video and place it into a Snowflake stage:
From there, have Snowflake produce a transcript of the video, and have it summarise the contents with the following prompt:
prompt('Below is a transcript of a video. Summarise its contents and provide bulletpoints on the main points.\n {0}',transcript_text)
It ought to produce something like the below:
Summary
The transcript is of a discussion at the Snowflake Summit between Howard Leo, Community Manager at Snowflake, and two Data Superheroes, Christopher Marlin and Mike Drogue. The discussion is about Frosty Fridays, a community challenge that originated at the previous Snowflake Summit. The challenge involves releasing weekly data-related challenges to the community, with the goal of helping users learn and stay up-to-date with Snowflake features.
Main Points
- Introduction to Frosty Fridays:
- Frosty Fridays is a community challenge that started at the previous Snowflake Summit.
- The challenge involves releasing weekly data-related challenges to the community.
- Origin Story:
- The idea for Frosty Fridays came from a feeling of being overwhelmed by the numerous features and updates in Snowflake.
- The goal is to help users, both beginners and experienced, stay up-to-date with Snowflake features.
- Creating Challenges:
- The process involves choosing a topic, creating a use case, generating dummy data, and solving the challenge.
- The difficulty level of the challenges varies, with some being beginner-friendly and others more advanced.
- Feedback and Improvement:
- Feedback from the community is used to gauge the difficulty level and relevance of the challenges.
- The creators are working on improving the Frosty Fridays website and introducing a leaderboard.
- Future Plans:
- The next challenges will be based on recent announcements at the Snowflake Summit.
- The creators are planning to continue Frosty Fridays beyond the summit.
- Appreciation and Support:
- Snowflake appreciates the efforts of the Data Superheroes in creating and maintaining Frosty Fridays.
- The community has responded positively to the challenges, with many users participating and providing feedback.


