-
Notifications
You must be signed in to change notification settings - Fork 18
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
Matrix queries (e.g. multi-region) should take matrix quals into account for get calls #78
Comments
this is actually a plugin issue - the aws_vpc table does not have the correct NOT FOUND error mapped
however we are getting the not found error I have raised a plugin issue for this |
after plugin patch:
|
for list calls, we take quals into account and if a region is specified only call list in that region. However this optimisation was missing for get calls - add it |
Multi-region matrix queries do not work with Get calls? (They do work with List calls.)
The text was updated successfully, but these errors were encountered: