This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Version 1.8.0
- Added support to
BigQueryIO.Readfor queries in the new BigQuery Standard SQL dialect using.withStandardSQL(). - Added support in
BigQueryIOfor the newBYTES,TIME,DATE, andDATETIMEtypes. - Added support to
BigtableIO.Readfor 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.Readon the Cloud Dataflow service. - Fixed a performance regression when using
BigQueryIO.Writein streaming mode.