Snowflake-Labs / sfquickstarts

Follow along with our tutorials to get you up and running with Snowflake.
Apache License 2.0
349 stars 655 forks source link

Getting Started with Snowflake incorrect comment regarding JSON parsing #1581

Open sfc-gh-ygeorgiev opened 2 months ago

sfc-gh-ygeorgiev commented 2 months ago

Describe the bug In this tutorial step, I don’t think the statement “SQL dot notation v:VARIABLE is used in this command to pull out values at lower levels within the JSON object hierarchy. “ is correct. I believe it’s talking about TRY_PARSE_JSON(v:METADATA) AS metadata.

URL of where you see the bug https://quickstarts.snowflake.com/guide/getting_started_with_snowflake/index.html#5

To Reproduce Follow tutorial steps

Expected behavior I believe the text should be rewritten to clarify it's talking about the METADATA property, not the VARIABLE property.