turbot / steampipe-plugin-github

Use SQL to instantly query repositories, users, gists and more from GitHub. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/github
Apache License 2.0
74 stars 29 forks source link

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

Closed misraved closed 5 months ago

misraved commented 6 months ago
> 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 |
+----------------------+----------------------------------------------------+