dbt - Advanced Patterns
What will be the result of this dbt SQL query?
Assuming
SELECT json_array_length(data:items) AS item_count FROM orders
Assuming
data:items is a JSON array.