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

Fixed get call issue in github_issue and github_pull_request table #355

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

bigdatasourav
Copy link
Contributor

@bigdatasourav bigdatasourav commented Oct 27, 2023

Example query results

Results
> select url from github_pull_request where repository_full_name = 'turbot/steampipe-plugin-aws' and number = 1845
+----------------------------------------------------------+
| url                                                      |
+----------------------------------------------------------+
| https://github.com/turbot/steampipe-plugin-aws/pull/1845 |
+----------------------------------------------------------+

> select url from github_issue where repository_full_name = 'turbot/steampipe-plugin-aws' and number = 3
+---------------------------------------------------------+
| url                                                     |
+---------------------------------------------------------+
| https://github.com/turbot/steampipe-plugin-aws/issues/3 |
+---------------------------------------------------------+

@bigdatasourav bigdatasourav self-assigned this Oct 27, 2023
@misraved misraved merged commit 9d5c507 into main Oct 27, 2023
1 check passed
@misraved misraved deleted the repo_issue branch October 27, 2023 05:51
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