Ben Bernays

Results 83 comments of Ben Bernays

There is no read-only way to get all routes for a TGW Route Table. The method linked in this issue (`search-transit-gateway-routes`) has no pagination or sort options, which means that...

@ramasamy-t - Can you share the logs and errors for when you ran `cloudquery` with the `AWS_PROFILE`?

Closing this issue as it is stale. If the issue is ongoing please open a new issue

@code-vise - Can you look to see if the field `policies` in `aws_iam_groups` has what you are looking for?

The `inline` policies are not a standalone table. They are a column in the `aws_iam_groups` table. This query should return the data you are interested in: ```sql select policies from...

In `v5.19.0` we have added support for a new `cloudquery_sync_summaries` table. This new table enables you to store metadata about a sync in the destination you are using. It includes...

As we are adding more capabilities to to individual tables maybe we need to expose a feature matrix to indicate what it supports: - Premium/Paid - Incremental - Table Options...

Closing as issue is no longer present in latest version: `v3.4.3`

I think this is a duplicate of https://github.com/cloudquery/cloudquery/issues/15690

This seems like a good application for something like #11610