ClaudeSuperPower

aidp-bucket-mapping

Skill

Configure the s3:// → oci:// bucket / namespace mapping the migrator uses to rewrite paths during notebook + catalog migration. Use when (a) the user has external tables / files at s3:// paths that need to land on OCI Object Storage, OR (b) check_data_availability reports "S3 bucket X not found in O

Install

git clone https://github.com/oracle-samples/oracle-aidp-samples.git ~/.claude/skills/aidp-bucket-mapping

What is aidp-bucket-mapping?

Configure the s3:// → oci:// bucket / namespace mapping the migrator uses to rewrite paths during notebook + catalog migration. Use when (a) the user has external tables / files at s3:// paths that need to land on OCI Object Storage, OR (b) check_data_availability reports "S3 bucket X not found in OCI bucket mapping", OR (c) DDL rewriter logs a missing-bucket warning.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~93 tokens of context used while enabled, before you invoke anything

Documentation

README · ~3 min read

aidp-bucket-mapping — wire up s3://oci://

Several places in the migrator look up s3://<bucket>/<path> and rewrite to oci://<bucket>@<namespace>/<path>:

  • aidp-migrate-catalog rewrites external-table LOCATION clauses.
  • aidp-migrate-job Pass-1 rewrites spark.read.parquet("s3://...") literals in notebook cells.
  • aidp-check-data probes paths via the same translation.

All consult the same bucket-mapping config.

When to use

  • Setting up the migrator on a new workstation / new tenancy combo.
  • Any time a tool reports S3 bucket "<name>" not found in OCI bucket mapping. Known buckets: [...].
  • After provisioning a new OCI Object Storage bucket that mirrors a Databricks-side S3 bucket.

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills