dbt - Advanced Patterns
Given the following dbt SQL snippet using Snowflake syntax:
What will be the output columns for a row where
SELECT data:id::string AS user_id, data:attributes:age::int AS age FROM users
What will be the output columns for a row where
data contains {"id": "U123", "attributes": {"age": 30}}?