turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.92k stars 274 forks source link

Add a variable column in the introspection table #930

Closed abhiturbot closed 3 years ago

abhiturbot commented 3 years ago

Requirement: The above feature is related to #929

Once we have the variable details in the params. We would like to have the variable column in the introspection table. This will help us to show the variable detail on the hub page.

We think this information needs to be in steampipe_mod introspection table since the variable can be used in multiple control and query

kaidaguerre commented 3 years ago

there is already a refs column in the introspection table. This was missing variables references, however that has been resolved by https://github.com/turbot/steampipe/commit/86ac29ebdb6bb47d60c0ff2ab2fe96387ad977c2

I have also raised https://github.com/turbot/steampipe/issues/953 to add a column to the variables table to store references of a given variable