-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problem with github_team_member #323
Comments
Hello @mariadb-ChristianBauer, sorry for the delayed response. I might need to look up the design of quals but it is a known limitation. For now, you could use the following query to stay unblocked:
Please let me know if it unblocks you. Thanks once again for raising this issue and apologies for the delayed response 👍 . |
Hi @misraved , |
Thanks for the update @chr-b 👍 . @chr-b @mariadb-ChristianBauer could you please try with Thanks for you patience 👍 . |
Hi @misraved , Results are mixed. When using one element in the
When using two elements in the slug list:
Version numbers:
|
Thanks for the reply @chr-b 👍. I am still investigating it, I have similar results as you do. I will try to check if something funky turns up in the Postgres planner 👍. Thanks for your patience, I will keep you posted once I have some more data. |
'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.' |
This issue still exists in plugin version 0.25 |
'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.' |
Was able to reproduce when using a query similar to that posted above:
Result: Weirdly, can adjust to lock the first
Query plan from not working approach: Query plan & analysis from working approach: @kaidaguerre - is it possible that this is an issue in the FDW? |
It's possible - I suggest looking in the database logs with INFO enabled and see if it reports any failures to convert quals |
I've sent you some logs |
@kaidaguerre, I've transferred this issue to the FDW repo for better tracking, as this looks like an FDW issue. Please let us know if anything is required from the plugin team. |
@misraved @bigdatasourav this does not look like an FDW issue - it is a query planning issue - the quals are not being provided to the FDW by Postgres You need to try to restructure the query to get the desired plan |
Describe the bug
It is not possible to provide a set instead of a single value for the organization field when querying the
github_team_member
table.This is supported for the
slug
field though.Steampipe version (
steampipe -v
)version 0.16.3
Plugin version (
steampipe plugin list
)| hub.steampipe.io/plugins/turbot/github@latest | 0.22.0 | github |
To reproduce
Query:
Expected behavior
Support both
=
andin
for theorganization
field.Additional context
There is 1 organization in my
github_my_organization
.The text was updated successfully, but these errors were encountered: