turbot / steampipe-plugin-sdk

Steampipe Plugin SDK is a simple abstraction layer to write a Steampipe plugin. Plugins automatically work across all engine types including the Steampipe CLI, Postgres FDW, SQLite extension and the export CLI.

Home Page:https://hub.steampipe.io/plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add version metadata to the _ctx column

kaidaguerre opened this issue · comments

{
  "connection_name": "foo",
  "steampipe": {
    "sdk_version": "v5.4.3"
  }
}