feat(serverless-spark): Add serverless-spark source with list_batches tool

Built as a thin wrapper over the official Google Cloud Dataproc Go
client library, with support for filtering and pagination.
This commit is contained in:
Dave Borowitz
2025-09-16 17:17:29 -07:00
parent f475da63ce
commit 816dbce268
16 changed files with 1057 additions and 0 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
cloud.google.com/go/bigtable v1.40.1
cloud.google.com/go/cloudsqlconn v1.18.1
cloud.google.com/go/dataplex v1.27.1
cloud.google.com/go/dataproc/v2 v2.14.1
cloud.google.com/go/firestore v1.20.0
cloud.google.com/go/geminidataanalytics v0.2.1
cloud.google.com/go/spanner v1.86.0