kaidaguerre
bb26c0ee81
Add version to steampipe_plugin table. Closes #4141
2024-02-21 14:15:34 +00:00
kaidaguerre
d24c9d90db
Updates for steampipe_plugin_column table. Closes #4022
...
* Fix inconsistent value for plugin in steampipe_plugin_column table - always use long name.
* Rename `plugin_name` column to `plugin`
* Ensure empty col values
2023-12-12 12:44:21 +00:00
kaidaguerre
62af6d325a
Prevent operators <>, > < in steampipe_plugin_column table being html encoded. Closes #4013
2023-12-05 19:40:53 +00:00
kaidaguerre
46ef6ec90a
Add steampipe_plugin_column introspection table to internal schema. Closes #4003
...
(cherry picked from commit 12079986d5 )
2023-11-29 12:55:21 +00:00
kaidaguerre
817cfbfca1
Deprecate steampipe connection state and replace with steampipe connection - update both tables in parallel. Closes #3908
2023-09-26 17:53:33 +01:00
kaidaguerre
49d58d4f52
Fix aggregator error no connection data loaded for child connection if more than one plugin instance is in use. Closes #3899 ( #3898 )
...
* Update PopulateChildren.PopulateChildren to take plugin instance into account
* Fix GetNewConnectionStateFromConnectionInsertSql to use connection names not map of connections
2023-09-25 17:14:01 +01:00
kaidaguerre
235cbc2037
Connection watching fixes.
...
Fix ConnectionConfigMap.Diff inconsistent usage of Plugin and PluginInstance. Closes #3895
Fix GetConnectionStateErrorSql returning invalid query with additional parameter. Closes #3896
Update FDW to v1.8.0-rc.11 - fix failure to load connection config when importing schema
2023-09-25 12:35:00 +01:00
kaidaguerre
79606c5bcd
Rename internal introspection tables. Fix warning notifications from RefreshConnections. Improve error handlingh for config inconsistencies in conneciton and plugin config. Closes #3886
2023-09-22 16:02:41 +01:00
kaidaguerre
f232b14f06
Add support for multiple instances of the same plugin version to execute. Closes #3863
2023-09-18 15:39:17 +01:00