Working with JSON in Snowflake

preview_player
Показать описание

-----

One of the biggest benefits of Snowflake is its built-in capabilities to work with JSON objects. In this video, we will walk through some of the primary ways you can work with JSON in Snowflake including functions such as PARSE_JSON, GET_PATH and FLATTEN.

Timestamps:
0:00 - Intro
0:13 Query JSON Directly
1:39 Flatten Table Function
3:48 Flatten Multiple Tables
5:01 Parse_JSON Function
6:43 Get_Path Function
7:49 Closing

Title & Tags:
Working with JSON in Snowflake | Snowflake Tutorial
#snowflake #dataengineering #kahandatasolutions
Рекомендации по теме
Комментарии
Автор

exactly what I was looking for, quick and clear. thanks, man

archen
Автор

This video is super helpful, thank you for sharing!

simba
Автор

Very nice, I like the crisp and clear video 👏

adityagupta-mfdt
Автор

Would like to see some content on recursive parsing of JSON.

YEM_
Автор

Hi, thanks for this video...I have a doubt... need your help
when I do


table(flatten(DATA, 'context')) AS CONTEXT,
table(flatten(CONTEXT.VALUE, 'objects')) AS OBJECTS,

It skips the whole of CONTEXT array when the OBJECTS array is empty, what is the solution for this?
I want empty arrays as NULL where ever it is empty.

VaibhavSingh-llpd
Автор

Hi How I can query Json in snowflake if path contains hyphen(-) example

payaljindal
Автор

Hey, love your videos and I have been learning a ton from you.

What would I do if I have a public API in JSON format? I want to use Snowflake to create some schema and run dbt in Snowflake to model against these.

lorenmurphy
Автор

How flatten after from table is working to reference value in select 😵‍💫, I’m drunk enough now loosing my marbles over this

rwish