We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a40c86 commit da423e8Copy full SHA for da423e8
hub/hub.go
@@ -651,7 +651,7 @@ func (h *Hub) getConnectionPlugin(connectionName string) (*steampipeconfig.Conne
651
log.Printf("[WARN] no connection config loaded for connection '%s'", connectionName)
652
return nil, fmt.Errorf("no connection config loaded for connection '%s'", connectionName)
653
}
654
- pluginFQN := connectionConfig.Plugin
+ pluginFQN := connectionConfig.PluginLongName
655
656
// ask connection map to get or create this connection
657
c, err := h.connections.getOrCreate(pluginFQN, connectionName)
0 commit comments