This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
Version 1.8.0
- Added support to
BigQueryIO.Read
for queries in the new BigQuery Standard SQL dialect using.withStandardSQL()
. - Added support in
BigQueryIO
for the newBYTES
,TIME
,DATE
, andDATETIME
types. - Added support to
BigtableIO.Read
for reading from a restricted key range using.withKeyRange(ByteKeyRange)
. - Improved initial splitting of large uncompressed files in
CompressedSource
, leading to better performance when executing batch pipelines that useTextIO.Read
on the Cloud Dataflow service. - Fixed a performance regression when using
BigQueryIO.Write
in streaming mode.