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
Thanks for the bug report @fazulk! I'm pretty sure this is a dupe of #2336 (different type, but otherwise the same problem) and is fixed by #2348 - I can't reproduce it locally with the current dev/octavius-catto.
Describe the bug
Running a basic query that retreives a row(s) from big query.
These rows contain nested objects which contain a datefield:
select * from db
example row:
Steps To Reproduce
run
select * from db
on a table where the row contains a object which contains a date field.Expected behavior
the row gets retrieved normally.
Screenshots and log output
System information
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
Win 10
The output of
python --version
:Additional context
This same query executes correctly inside Big Query
The text was updated successfully, but these errors were encountered: