From f3eea147c5d45915714db610ac642b64647760c3 Mon Sep 17 00:00:00 2001 From: Will Donnelly Date: Fri, 6 Dec 2024 14:02:54 -0600 Subject: [PATCH] source-bigquery-batch: Remove network tunnel comment Integrating SSH tunneling into the BigQuery connection isn't entirely obvious since we're not connecting to a specific address. --- source-bigquery-batch/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/source-bigquery-batch/main.go b/source-bigquery-batch/main.go index 7c79b757bf..333b1fcbaf 100644 --- a/source-bigquery-batch/main.go +++ b/source-bigquery-batch/main.go @@ -24,7 +24,6 @@ type Config struct { Dataset string `json:"dataset" jsonschema:"title=Dataset,description=BigQuery dataset to discover tables within." jsonschema_extras:"order=2"` Advanced advancedConfig `json:"advanced,omitempty" jsonschema:"title=Advanced Options,description=Options for advanced users. You should not typically need to modify these." jsonschema_extra:"advanced=true"` - // TODO(wgd): Add network tunnel support } type advancedConfig struct {