Abacn commented on PR #38132:
URL: https://github.com/apache/beam/pull/38132#issuecomment-4227670242
iirc BigQuery tables always have a default string. If it's returning
NOT_FOUND means this table hasn't been created. @ahmedabu98 is this the case?
```
testSchemaMismatchCaughtByBeam[1]
(org.apache.beam.sdk.io.gcp.bigquery.StorageApiSinkFailedRowsIT) failed
sdks/java/io/google-cloud-platform/build/test-results/integrationTest/TEST-org.apache.beam.sdk.io.gcp.bigquery.StorageApiSinkFailedRowsIT.xml
[took 1s]
org.apache.beam.sdk.Pipeline$PipelineExecutionException:
java.lang.RuntimeException: Append to stream
projects/apache-beam-testing/datasets/storage_api_sink_failed_rows35832459530128/tables/table35868362116490/streams/_default
failed with Status Code NOT_FOUND. The stream may not exist.
at
app//org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:382)
at
app//org.apache.beam.runners.direct.DirectRunner$DirectPipelineResult.waitUntilFinish(DirectRunner.java:350)
```
Example failure:
https://github.com/apache/beam/runs/70458732203
--
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]