CloudQuery AWS config troubleshooting for PostgreSQL connection issues

Here is the config:

kind: source
spec:
  # Source spec section
  name: aws
  path: cloudquery/aws
  version: "v15.7.0"
  tables: ["*"]
  destinations: ["postgresql"]
  spec:
    aws_debug: false
    org:
      admin_account:
        local_profile: "main"
      member_role_name: OrganizationAccountAccessRole
    regions:
      - '*'

Hi, you’re not listing any tables in your tables definition. Can you try with tables: ["*"]?
Can you also double check the structure of your YAML and reattach it here as a code snippet?