dbt - Advanced Patterns
You have a JSON column
How would you write a dbt SQL expression to create a new row for each tag using PostgreSQL JSON functions?
info in a dbt model with records like:{"user": {"id": "U1", "tags": ["a", "b", "c"]}}How would you write a dbt SQL expression to create a new row for each tag using PostgreSQL JSON functions?
