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.
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 aboutTRY_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 theVARIABLE
property.