Hey! I’m a bit confused about the gcp_iam_roles
table in GCP. My config is:
spec:
# Source spec section
name: "gcp"
path: "cloudquery/gcp"
registry: "cloudquery"
version: "v11.0.2"
destinations:
- bq
tables:
- gcp_projects
- gcp_iam*
spec:
project_filter: "NOT id:sys-*"
But I only see a limited selection of GCP roles vs what I’d expect. Am I missing something?
SS is a limited selection, but there’s a ton of roles that match %bigquery%
that just don’t show up at all. I thought this might be an issue with case sensitivity, but using lower(name) like '%bigquery%'
pulls in more, but not all. For example, the default role roles/bigquery.dataViewer
still does not show up.