ZwxwZ commented on issue #36858:
URL: https://github.com/apache/beam/issues/36858#issuecomment-3594404773
can't share the whole yaml, but I can share the part which have error
`
- name: Writetobq
type: WriteToBigQuery
inptu: MapUUIDForResponse
config:
table:"xxx"
create_disposition: "CREATE_NEVER"
write_disposition: "WRITE_APPEND"
num_steams: "1"
error_handling:
output: error
`
error fixed by removing the
`
error_handling:
output: error
`
I am more interested in knowing if there is a method with a fixed version,
because using the latest version automatically each time runs the risk of
such errors.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]