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
BigQuery supports microsecond (precision = 6) and picosecond (precision = 12) timestamp precision. The Storage Write API requires picosecond timestamps to be mapped to ProtoType::String (rather than int64).
BigQuery supports microsecond (precision = 6) and picosecond (precision = 12) timestamp precision. The Storage Write API requires picosecond timestamps to be mapped to
ProtoType::String(rather thanint64).