Get BigQueryIO batch loads to return something actionable
Open
gcp
improvement
io
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
ATM BigQueryIO batchloads returns an empty collection that has no information related to how the load job finished. It is even returned before the job finishes.
Change it so that:
- The returning PCollection only appers when the job has actually finished
- The returning PCollection contains information about the job result
Imported from Jira [BEAM-4824](https://issues.apache.org/jira/browse/BEAM-4824). Original Jira may contain additional context.
Reported by: calonso.
Contributor guide
Assessment
This issue has not been assessed yet.