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 repo search errors when hydrating v3 cols #337

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

graza-io
Copy link
Contributor

Example query results

Results
> select topics from github.github_search_repository where query = 'repo:turbot/.github'
+--------+
| topics |
+--------+
| []     |
+--------+

> select topics from github.github_search_repository where query = 'repo:turbot/steampipe'
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| topics                                                                                                                                                                                            |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ["aws","azure","cis","cloud","cnapp","cspm","cwpp","devops","devsecops","fdw","gcp","golang","hacktoberfest","kubernetes","postgresql","postgresql-fdw","security","sql","steampipe","terraform"] |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

@graza-io graza-io linked an issue Sep 18, 2023 that may be closed by this pull request
@graza-io
Copy link
Contributor Author

Checked other search tables, those are OK.

@graza-io graza-io marked this pull request as ready for review September 18, 2023 08:42
@cbruno10 cbruno10 merged commit 02d5be7 into main Sep 18, 2023
1 check passed
@cbruno10 cbruno10 deleted the issue-336 branch September 18, 2023 17:41
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.

GitHub v3 API fields cause error in github_search_repository table
2 participants