Clarification needed on CloudQuery organization level tables and skip configurations

Question about GCP Config Docs

organization_ids ([]string) (default: empty. will use all organizations available to the current authenticated account)
Specify organizations to use when syncing organization level resources (e.g. folders or security findings).

Is there a way to know what tables CloudQuery treats as “organization level”? Or are those the only two?

What I’m actually curious about is if I configure:

  1. a list of folder_ids
  2. leave organization_ids null/empty
  3. tables = *

What skip tables should I be using to not also have it sync these organization tables?

Hi @devoted-stork :wave:

There’s a way to know from the code if any table uses OrgMultiplex:

gcp_cloudresourcemanager_organizations
gcp_resourcemanager_folders
gcp_resourcemanager_organization_tag_keys
gcp_resourcemanager_organization_tag_values
gcp_securitycenter_organization_findings

I also opened this GitHub issue to improve the docs.

Which GCP tables are impacted by the organization_ids config?