aidp-object-storage
Installation
SKILL.md
aidp-object-storage — OCI Object Storage native (oci://)
Read and write Object Storage data directly from Spark. The AIDP cluster's IAM identity is used automatically — no OCI_CONFIG, no API keys, no inline PEM.
When to use
- Land or read CSV / Parquet / JSON / Avro / Delta files in an OCI bucket from Spark.
- Register an External Volume (
/Volumes/...) backed by an OCI bucket. - Define an External Table (
USING CSV/PARQUET/...) over anoci://path. - Mentioned: "oci://", "Object Storage bucket", "external volume", "external table".
When NOT to use
- For Iceberg tables on OCI Object Storage → use
aidp-iceberg. - For AWS S3 → use
aidp-aws-s3. - For Azure ADLS Gen2 → use
aidp-azure-adls.