Traceback (most recent call last):
File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/samples_test.py", line 245, in test_client_library_upload_from_dataframe
job.result()
File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/cloud/bigquery/job.py", line 779, in result
return super(_AsyncJob, self).result(timeout=timeout)
File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 127, in result
raise self._exception
google.api_core.exceptions.BadRequest: 400 Error while reading data, error message: Invalid datetime value 904924994000000 for field 'my_timestamp' of type 'INT64' (logical type 'TIMESTAMP_MICROS'): generic::out_of_range: Cannot return an invalid datetime value of 904924994000000 microseconds relative to the Unix epoch. The range of valid datetime values is [0001-01-1 00:00:00, 9999-12-31 23:59:59.999999]
File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/samples_test.py", line 245, in test_client_library_upload_from_dataframe
job.result()
File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/cloud/bigquery/job.py", line 779, in result
return super(_AsyncJob, self).result(timeout=timeout)
File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 127, in result
raise self._exception
google.api_core.exceptions.BadRequest: 400 Error while reading data, error message: Invalid datetime value 904924994000000 for field 'my_timestamp' of type 'INT64' (logical type 'TIMESTAMP_MICROS'): generic::out_of_range: Cannot return an invalid datetime value of 904924994000000 microseconds relative to the Unix epoch. The range of valid datetime values is [0001-01-1 00:00:00, 9999-12-31 23:59:59.999999]
Traceback (most recent call last): File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/samples_test.py", line 245, in test_client_library_upload_from_dataframe job.result() File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/cloud/bigquery/job.py", line 779, in result return super(_AsyncJob, self).result(timeout=timeout) File "/tmpfs/src/github/python-docs-samples/bigquery/pandas-gbq-migration/.nox/py3-3-6-sample/lib/python3.6/site-packages/google/api_core/future/polling.py", line 127, in result raise self._exception google.api_core.exceptions.BadRequest: 400 Error while reading data, error message: Invalid datetime value 904924994000000 for field 'my_timestamp' of type 'INT64' (logical type 'TIMESTAMP_MICROS'): generic::out_of_range: Cannot return an invalid datetime value of 904924994000000 microseconds relative to the Unix epoch. The range of valid datetime values is [0001-01-1 00:00:00, 9999-12-31 23:59:59.999999]