Skip to content

Commit

Permalink
source-bigquery-batch: Remove network tunnel comment
Browse files Browse the repository at this point in the history
Integrating SSH tunneling into the BigQuery connection isn't
entirely obvious since we're not connecting to a specific
address.
  • Loading branch information
willdonnelly committed Dec 6, 2024
1 parent 89e4e2d commit f3eea14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source-bigquery-batch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f3eea14

Please sign in to comment.