dbt exteranl-exteranl-tables for json variant datatype column level expressions
Summary The issue at hand is creating an external table in dbt that consumes JSON data with a VARIANT datatype column, and then exploding the columns from this variant column using expressions. The goal is to define the external table in a way that allows for the extraction of specific columns from the JSON data. … Read more