Skip to content

Commit a6434aa

Browse files
authored
Update dataproc_metastore_location_list.go
1 parent e6f216e commit a6434aa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

gcp/dataproc_metastore_location_list.go

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import (
66
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
77
)
88

9-
// func init() {
10-
// pluginQueryData = &plugin.QueryData{
11-
// ConnectionManager: connection.NewManager(),
12-
// }
13-
// }
9+
1410

1511
// BuildDataprocMetastoreLocationList :: return a list of matrix items, one per region specified
1612
func BuildDataprocMetastoreLocationList(ctx context.Context, d *plugin.QueryData) []map[string]interface{} {

0 commit comments

Comments
 (0)