Creating/Writing to Parititoned BigQuery table via Google Cloud Dataflow

前端 未结 6 1346
死守一世寂寞
死守一世寂寞 2020-11-29 12:25

I wanted to take advantage of the new BigQuery functionality of time partitioned tables, but am unsure this is currently possible in the 1.6 version of the Dataflow SDK.

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 12:54

    I believe it should be possible to use the partition decorator when you are not using streaming. We are actively working on supporting partition decorators through streaming. Please let us know if you are seeing any errors today with non-streaming mode.

提交回复
热议问题