-
Notifications
You must be signed in to change notification settings - Fork 547
Open
Labels
area/plugin/source/oraclekind/featpriority/p1Regular issue. Prioritized per sprintRegular issue. Prioritized per sprint
Description
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
Labels
area/plugin/source/oraclekind/featpriority/p1Regular issue. Prioritized per sprintRegular issue. Prioritized per sprint