DanielCarter-stack commented on issue #10355: URL: https://github.com/apache/seatunnel/issues/10355#issuecomment-3764646832
<!-- code-pr-reviewer --> Thanks for proposing this feature. Apache SeaTunnel does not currently have a BigQuery Sink connector. For implementation, you can reference: - `connector-google-sheets` and `connector-google-firestore` for Google Cloud integration patterns - Typical sink connectors under `connector-*` directories for structure and multi-table support patterns - `plugin-mapping.properties` and `connector-pom.xml` for connector registration and dependency management Before we proceed, could you clarify: 1. Should this support batch mode, streaming mode, or both? 2. What write patterns are needed? (append/overwrite/merge) 3. Are there specific BigQuery APIs or client libraries you intend to use? This will help provide a more concrete starting point aligned with your requirements. -- 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]
