Skip to content

Commit

Permalink
Added support for connection key quals
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI committed May 2, 2024
1 parent e89d615 commit c9234f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zoom/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ import (
func Plugin(ctx context.Context) *plugin.Plugin {
p := &plugin.Plugin{
Name: "steampipe-plugin-zoom",
ConnectionKeyColumns: []plugin.ConnectionKeyColumn{
{
Name: "account_id",
Hydrate: getAccountID,
},
},
ConnectionConfigSchema: &plugin.ConnectionConfigSchema{
NewInstance: ConfigInstance,
},
Expand Down

0 comments on commit c9234f9

Please sign in to comment.