capthiron opened a new issue, #23324: URL: https://github.com/apache/beam/issues/23324
### What would you like to happen? At work I came across the issue that there was no GCP Bigtable IO-connector for Go yet. So I started implementing one, orienting myself at the existing BigQuery connector. For our first use-cases (BigQuery -> Bigtable data import) we only needed the connector to write data, therefore we implemented a standard Write() and a WriteBatch() function. After our first successfully implemented use-case we are now building more pipelines to extensively test the durability, especially for large data imports. For other use-cases in the near future we will also need to look into implementing Read() capabilities. Open TODOs before Pull-Request: - [ ] Sufficient End-To-End Testing completed - [ ] Unit Tests written Additional TODOs: - [ ] Implement Read capabilities ### Issue Priority Priority: 2 ### 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]
