kennycontreras opened a new issue, #22058: URL: https://github.com/apache/beam/issues/22058
### What would you like to happen? `bigqueryio.Write()` allows you to write into BigQuery while providing a table string in the format of `project:dataset.table`. At the moment, if the table doesn't exist, it will fail. And there's no option like `.withCreateDisposition(CreateDisposition.CREATE_IF_NEEDED)` in the Java SDK to create the table if it doesn't exist. It will be a great feature to add this. The pipeline already checks if the PCollection<T> has a valid schema with the existing table, so we can use this information (T of schema type) to create the table if needed. ### Issue Priority Priority: 0 ### Issue Component Component: io-go-gcp -- 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]
