Skip to content

bug: OCI db_systems are missing #19028

@MohamedMSaeed

Description

@MohamedMSaeed

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I enabled oracle_database_* tables but I can't find the DBs from OCI listed in any table. All are empty.

Expected Behavior

Get all of DBs scraped from OCI.

When I run the following command I can get the list.

oci mysql db-system list --compartment-id ${COMPARTMENT_ID} --region ${REGION} --all

CloudQuery (redacted) config

kind: source
spec:
  name: "oracle"
  path: cloudquery/oracle
  registry: cloudquery
  version: "v7.2.4"
  destinations: ["postgres-devops-port-forward"]
  tables:
    - "oracle_database_*"
  # Learn more about the configuration options at https://cql.ink/oracle_source
  spec:
    # Optional parameters
    # concurrency: 10000

Steps To Reproduce

No response

CloudQuery (redacted) logs

will be provided separately

CloudQuery version

cloudquery version 6.2.0

Additional Context

No response

Pull request (optional)

  • I can submit a pull request

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions