dbt - Advanced Patterns
Given the dbt SQL snippet:
What will be the output type of the
SELECT data:customer->'address'->>'city' AS city FROM customers
What will be the output type of the
city column?