I have noticed in the BigQuery documentation that it says that you can
stream to partitions within the last 30 days in the past and 5 days in the future relative to the current date, based on current UTC time.
However, I found it actually allows you to stream further back - we successfully got it to stream to a partition 6 months in the past.
Trying to stream to a date over a year ago however gives this error message:
BigQuery error in insert operation: The destination table's partition tmp$20160101 is outside the allowed bounds. You can only stream to partitions within 366 days in the past and 31 days in the future relative to the current date.
The error message clearly specifies the bounds as 366<->31. Is this simply a mistake the BigQuery documentation?