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
On further review, it seems like there's inconsistent behavior. I was able to force the resolution of default values by adding
managedwriter.UpdateDefaultMissingValueInterpretation(2)
to the two calls to currStream.managedstream.AppendRows in out_writeapi.go
We've configured tables using default values for a common use case of tracking the insertion time of a row into BigQuery
But the WriteApi plugin doesn't compute a value for the missing column on insert, it leaves them as null.
The text was updated successfully, but these errors were encountered: