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

Recompile plugin with steampipe-plugin-sdk v5.10.1 and add support for connection key columns #422

Merged
merged 3 commits into from May 17, 2024

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Apr 12, 2024

> select
-- i.login_id,
i.repository_full_name,
i.title
from 
  github_my_issue as i
  join github_my_repository r on r.name_with_owner = i.repository_full_name
where 
  r.login_id = i.login_id limit 10
+----------------------+----------------------------------------------------+
| repository_full_name | title                                              |
+----------------------+----------------------------------------------------+
| turbotio/turbot-mods | gcp > network > vpnTunnel > control > active       |
| turbotio/turbot-mods | gcp > network > subNetwork > control > active      |
| turbotio/turbot-mods | gcp > monitoring > group > control > usgae         |
| turbotio/turbot-mods | gcp > network > network > control > active         |
| turbotio/turbot-mods | gcp > dataflow > job > control > usage             |
| turbotio/turbot-mods | gcp > bigtable > instance > control > approved     |
| turbotio/turbot-mods | gcp > compute > nodeGroup > action > delete        |
| turbotio/turbot-mods | gcp > dataproc > cluster > control > usage         |
| turbotio/turbot-mods | gcp > composer > environment > control > approved  |
| turbotio/turbot-mods | gcp > cloudFunctions > functions > action > delete |
+----------------------+----------------------------------------------------+

@misraved misraved self-assigned this Apr 12, 2024
@misraved misraved changed the title Recompile plugin with steampipe-plugin-sdk v5.10.0 and add support for connection key columns Recompile plugin with steampipe-plugin-sdk v5.10.1 and add support for connection key columns May 17, 2024
@misraved misraved merged commit 3b9337d into main May 17, 2024
1 check passed
@misraved misraved deleted the recompile-sdk-v5-10-0 branch May 17, 2024 11:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants