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
github-actionsbot
changed the title
[Bug] dbt show doesn't work with json structs
[ADAP-950] [Bug] dbt show doesn't work with json structs
Oct 18, 2023
End users of dbt-bigquery couldn't utilize this monkey patch on their own, but we could choose to add it to dbt-bigquery until googleapis/python-bigquery#1500 is resolved.
Is this a new bug in dbt-bigquery?
Current Behavior
If we have a
struct
with ajson
datatype, previewing the data viadbt show
will result in an exception.Expected Behavior
No errors.
Steps To Reproduce
show
.Relevant log output
Environment
Additional Context
And here's the output in BQ for the same select:
And of course - previewing in the Cloud IDE has an unsurprising outcome:
The text was updated successfully, but these errors were encountered: