Ben Bernays
Ben Bernays
Hi @valyankilyan - I am sorry that the Yandex cloud provider is not working with the latest Cloudquery releases. Are you the one of the maintainers for the Yandex provider?
So I believe `cloudquery init yandex-cloud` isn't working in the latest cli because in cloudquery `v0.29.` we dropped support for using HCL as the configuration language. It means that the...
Thank you very much for this! We really appreciate the feedback!
We have identified a regression that led to errors getting misclassified. When you run a fetch and have permissions issues you see the following warnings: ``` Provider fetch complete. Fetch...
> Thank you @hermanschaaf. Yes, I was able to get past the issue. `cq-ben` in discord (not sure what their handle is here) Hi there! This is my Github handle!...
Now that V1 has been released this should be solved. Please reopen or create a new issue if you continue to experience issues
For Inventory I would grab the data from the following APIs: [GetInventory(ctx context.Context, params *GetInventoryInput, optFns ...func(*Options)) (*GetInventoryOutput, error)](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ssm#Client.GetInventory) [func (c *Client) ListInventoryEntries(ctx context.Context, params *ListInventoryEntriesInput, ...) (*ListInventoryEntriesOutput, error)](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ssm#Client.ListInventoryEntries) [GetInventorySchema(ctx...
The direct mappings would be possible in the future if https://github.com/cloudquery/cloudquery/issues/393 is implemented
Hi @ywyt738 Can you specify the query that is not returning data that you expect to be returning data?
Looking into this now. Thanks for raising the issue!