DataflowJavaSDK
DataflowJavaSDK copied to clipboard
BigQueryIO.Write Setting table expiration time using Dataflow BigQuery sink
trafficstars
Setting table expiration time using Dataflow BigQuery sink, was not able to find anything in 1.9.0 for setting table expiration.
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)