Apache Beam -> BigQuery - insertId for deduplication not working

前端 未结 1 355
一整个雨季
一整个雨季 2021-01-23 18:40

I am streaming data from kafka to BigQuery using apache beam with google dataflow runner. I wanted to make use of insertId for deduplication, that I found described in google do

1条回答
  •  心在旅途
    2021-01-23 19:21

    You can't manually specify insertId for BigQuery streaming in Dataflow https://stackoverflow.com/a/54193825/1580227

    0 讨论(0)
提交回复
热议问题