DataflowJavaSDK icon indicating copy to clipboard operation
DataflowJavaSDK copied to clipboard

BigQueryIO.Write Setting table expiration time using Dataflow BigQuery sink

Open hassa687 opened this issue 8 years ago • 1 comments
trafficstars

Setting table expiration time using Dataflow BigQuery sink, was not able to find anything in 1.9.0 for setting table expiration.

hassa687 avatar Jul 25 '17 15:07 hassa687

AFAICT you can only set the expiration time using the BigQuery API:

https://developers.google.com/resources/api-libraries/documentation/bigquery/v2/java/latest/com/google/api/services/bigquery/model/Table.html#setExpirationTime(java.lang.Long)

nguyent avatar Jul 26 '17 04:07 nguyent