Closed theyoprst closed 1 year ago
Amendment about Beam version:
Apache Beam SDK for Java 2.43.0
FYI - I just raised an internal bug with DataFlow team.
This is caused by apache/beam#24870 and fix on Beam has be found.
A fix is coming up on 2.44.0. Thanks @ahmedabu98 and @Abacn.
After the release, can take a couple of days until we can validate + rollout a template with a fix. Please hold on and we'll keep you posted.
Beam 2.44.0 was released. This should be fixed already.
Related Template(s)
PubSub_Proto_to_BigQuery
What happened?
The new version of template generates exceptions which are endlessly retried, no output on BigQuery side is generated. Old version works fine.
New version is gs://dataflow-templates/2022-12-05-00_RC00/flex/PubSub_Proto_to_BigQuery Old version is gs://dataflow-templates/2022-11-16-00_RC00/flex/PubSub_Proto_to_BigQuery
Template parameters we are using are:
As long as I understand the traceback, the problem is with some time field, and the only one is served_timestamp which has type
google.protobuf.Timestamp
.Beam Version
--Newer than 2.43.0--
Apache Beam SDK for Java 2.43.0
Relevant log output