dbt - Advanced Patterns
You wrote this dbt SQL code to extract a nested JSON value:
But you get an error. What is the likely cause?
SELECT data->'user'->>email AS email FROM users
But you get an error. What is the likely cause?
