dt.time
objects upload with incorrect time or fail when using bigquery.Client().load_table_from_dataframe
#382
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Uploading
datetime.time
objects viabigquery.Client().load_table_from_dataframe
fails or generates incorrect times.Testing a single time (
dt.time(12,0)
) will upload, but the result in bigquery is incorrect (10:03:46.765952
), but the example below fails with an out of expected range error. However, conversion to parquet and back works fine.My guess is that the time stamp generated for parquet is in
us
but BigQuery expectsns
?Thanks.
Environment details
google-cloud-bigquery
version: 2.3.1Code example
Stack trace
The text was updated successfully, but these errors were encountered: