After commit 59efe3, TimestampOutputFormat is used instead of UseInt64Timestamp for format options. However, with this change, any query that involves timestamp fields fails with the following error:
timestamp_output_format is not supported yet.
I also checked the BigQuery REST API documentation for DataFormatOptions but I couldn’t find any reference to TimestampOutputFormat option there.
Is this behavior expected?
After commit 59efe3,
TimestampOutputFormatis used instead ofUseInt64Timestampfor format options. However, with this change, any query that involves timestamp fields fails with the following error:I also checked the BigQuery REST API documentation for DataFormatOptions but I couldn’t find any reference to
TimestampOutputFormatoption there.Is this behavior expected?