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

fix: fixed github_team_repository table missing includes for dynamic gql #339

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

graza-io
Copy link
Contributor

Before

Results
steampipe query "select name_with_owner, created_at from github.github_team_repository where organization = 'turbot' and slug = 'steampipe'"
Error: Variable $includeAllowUpdateBranch is used by anonymous query but not declared (SQLSTATE HV000)

+-----------------+------------+
| name_with_owner | created_at |
+-----------------+------------+
+-----------------+------------+

After

Results
steampipe query "select name_with_owner, created_at from github.github_team_repository where organization = 'turbot' and slug = 'steampipe'"
+-------------------------------------------------+---------------------------+
| name_with_owner                                 | created_at                |
+-------------------------------------------------+---------------------------+
| turbot/steampipe                                | 2021-01-17T14:07:26Z      |
| turbot/steampipe-postgres-fdw                   | 2021-01-19T15:58:12Z      |
| turbot/steampipe-plugin-sdk                     | 2021-01-17T15:34:59Z      |
| turbot/steampipe-plugin-zendesk                 | 2021-01-20T12:59:25Z      |
| turbot/steampipe-mod-azure-compliance           | 2021-05-19T22:51:39+01:00 |
| turbot/steampipe-plugin-hackernews              | 2021-02-20T15:02:36Z      |
| turbot/steampipe-plugin-whois                   | 2021-01-20T20:51:53Z      |
| turbot/steampipe-plugin-urlscan                 | 2021-06-27T22:26:12+01:00 |
| turbot/steampipe-plugin-aws                     | 2021-01-17T15:43:52Z      |
| turbot/steampipe-plugin-docker                  | 2021-07-05T22:45:52+01:00 |
| turbot/steampipe-plugin-slack                   | 2021-01-20T12:56:34Z      |
| turbot/steampipe-plugin-chaos                   | 2021-01-21T12:41:34Z      |
| turbot/steampipe-mod-alicloud-compliance        | 2021-06-08T14:04:32+01:00 |
+-------------------------------------------------+---------------------------+

# abbreviated sample response

@graza-io graza-io added the bug Something isn't working label Sep 21, 2023
@cbruno10 cbruno10 merged commit b8d0492 into main Sep 21, 2023
1 check passed
@cbruno10 cbruno10 deleted the fix/team-repo branch September 21, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants