Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add steampipe_plugin_column introspection table to internal schema #4003

Closed
kaidaguerre opened this issue Nov 29, 2023 · 0 comments
Closed

Comments

@kaidaguerre
Copy link
Contributor

Proposed schema for steampipe table to get qual introspection data:

steampipe_plugin_column
* plugin_name
* table_name
* name
* type
* description
* list_config::jsonb
  - operators (array[string], "=", ">", ...)
  - required ("required", "optional", "any_of")
  - cache_match ("subset", "match")
* get_config::jsonb
  - operators (array[string], "=", ">", ...)
  - required ("required", "optional", "any_of")
  - cache_match ("subset", "match")
* hydrate_name
* default_value
kaidaguerre added a commit that referenced this issue Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant