Closed
Description
A system test test_load_table_from_dataframe_w_explicit_schema()
consistently fails on the latest master
branch, both under Python 2.7 and Python 3.8 (example Kokoro run). It is also consistently reproducible locally.
...
google.api_core.exceptions.BadRequest: 400 Error while reading data, error message: Invalid datetime value -62135596800000000 for field 'dt_col' of type 'INT64' (logical type 'TIMESTAMP_MICROS'): generic::out_of_range: Cannot return an invalid datetime value of -62135596800000000 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]
Ticket in the Google issue tracker: https://issuetracker.google.com/issues/151765076