We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hydrate item is not being populated for legacy get calls, causing them to fail when trying to cast the item
The text was updated successfully, but these errors were encountered:
2b9dfc4
Fix legacy get calls - pass hydrate item to get call. Closes #53
60488ff
Fix legacy matrix-get calls - pass hydrate item to get call. #53
47cc404
0bb9f6f
188eb3d
Error: pq: rpc error: code = Internal desc = get hydrate function getS3Bucket failed with panic interface conversion: interface {} is nil, not *s3.Bucket
Error: pq: rpc error: code = Internal desc = get hydrate function getIamRole failed with panic interface conversion: interface {} is nil, not *gcp.roleInfo
Error: pq: rpc error: code = Internal desc = get hydrate function getAdGroup failed with panic interface conversion: interface {} is nil, not *graphrbac.ADGroup
kaidaguerre
No branches or pull requests
The hydrate item is not being populated for legacy get calls, causing them to fail when trying to cast the item
The text was updated successfully, but these errors were encountered: