Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bug: BadRequestException: Invalid input resource arn #11695

@kumaresh0

Description

@kumaresh0

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

encountering 400 for table aws_kafka_cluster_operations - BadRequestException: Invalid input resource arn

"error":"operation error Kafka: ListTagsForResource, https response error StatusCode: 400, RequestID: c9defee6-e34e-450f-be1e-7faa467, BadRequestException: Invalid input resource arn","message":"column resolver finished with error","module":"aws-src","table":"aws_kafka_cluster_operations"

Expected Behavior

non 400 response

CloudQuery (redacted) config

  kind: source
  spec:
    name: "aws-tables"
    path: "cloudquery/aws"
    version: "v18.4.0"
    concurrency: 300000
    destinations: ["postgresql"]
    tables:
      - "*"
    skip_tables:
      - aws_organization_resource_policies
      - aws_organizations
      - aws_organizations_*
      - aws_iam_*
      - aws_cloudtrail_*
      - aws_cloudwatchlogs_*
      - aws_athena_*
      - aws_cloudtrail_events 
      - aws_shield_*
      - aws_waf_*
      - aws_wafregional_*
      - aws_wafv2_*
      - aws_securityhub_*
      - aws_networkfirewall_*
      - aws_inspector2_findings
      - aws_inspector_findings
      - aws_guardduty_*
      - aws_frauddetector_*
      - aws_config_*
      - aws_accessanalyzer_*
      - aws_stepfunctions_*
    spec:
      org:
        member_role_name: cq-memeber-role
      max_retries: 2
      max_backoff: 30
      regions: 
        - '*'
  ---
  kind: destination
  spec:
    name: postgresql
    path: cloudquery/postgresql
    version: "v4.2.2"
    write_mode: "overwrite-delete-stale"
    spec:
      connection_string: ${CQ_DSN}

Steps To Reproduce

No response

CloudQuery (redacted) logs

"error":"operation error Kafka: ListTagsForResource, https response error StatusCode: 400, RequestID: c9defee6-e34e-450f-be1e-7faa467, BadRequestException: Invalid input resource arn","message":"column resolver finished with error","module":"aws-src","table":"aws_kafka_cluster_operations"

CloudQuery version

cloudquery version 3.5.4

Additional Context

No response

Pull request (optional)

  • I can submit a pull request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions