dbt - Advanced Patterns
Which of the following is the correct syntax to extract a value from a JSON column named
data using dbt's SQL with PostgreSQL syntax?data using dbt's SQL with PostgreSQL syntax?->> to extract JSON text values by key as text.data->>'name' to get the text value of the 'name' key.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions