You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using DBT with snowflake. While running the dbt-osmosis yaml refactor command for a particular model, we are getting "Could not interpret data_type" error. Exact error is mentioned in the comment
Does it work for Object/Struct columns? If yes, is this a bug?
The text was updated successfully, but these errors were encountered:
SF object columns were never designed for. We ultimately just rely on dbts unnest property being present and truthy as it is on bigquery structs for example. Would require someone using the dbt snowflake adapter to investigate.
We are currently using DBT with snowflake. While running the dbt-osmosis yaml refactor command for a particular model, we are getting "Could not interpret data_type" error. Exact error is mentioned in the comment
Does it work for Object/Struct columns? If yes, is this a bug?
The text was updated successfully, but these errors were encountered: