mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-23 21:09:15 -05:00
Rename internal introspection tables. Fix warning notifications from RefreshConnections. Improve error handlingh for config inconsistencies in conneciton and plugin config. Closes #3886
This commit is contained in:
@@ -90,7 +90,7 @@ func (m *PluginMessageServer) handleMessage(stream sdkproto.WrapperPlugin_Establ
|
||||
|
||||
switch message.MessageType {
|
||||
case sdkproto.PluginMessageType_SCHEMA_UPDATED:
|
||||
log.Printf("[TRACE] PluginMessageServer.handleMessage: PluginMessageType_SCHEMA_UPDATED for connection: %s", message.Connection)
|
||||
log.Printf("[INFO] PluginMessageServer.handleMessage: PluginMessageType_SCHEMA_UPDATED for connection: %s", message.Connection)
|
||||
m.pluginManager.updateConnectionSchema(ctx, message.Connection)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user