From oracle-ai-data-platform-workbench-engineer-agent
Plans and executes notebook/job migrations onto AIDP by composing ingestion, notebook, pipeline, and validation skills. Use when porting Databricks workloads to AIDP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oracle-ai-data-platform-workbench-engineer-agent:aidp-migrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan and execute a migration of notebooks/jobs onto AIDP by composing the other skills. Adds no new API
aidp-migration — guided migration into AIDPPlan and execute a migration of notebooks/jobs onto AIDP by composing the other skills. Adds no new API
surface — it sequences ingestion, notebooks, pipelines, and validation. Like every skill in this plugin
it is self-contained: control-plane ops run via oci raw-request and interactive Spark-SQL/cell
execution runs via the bundled scripts/aidp_sql.py. No MCP server or ai-data-engineer-agent repo
is required.
aidp-ingest-file-to-table; external sources via the
spark-connectors plugin + aidp-federate).aidp-notebooks / aidp-workspace-files),
adapting platform-specifics (paths, compute:/// defaultFS caveats, cluster/session APIs, Delta vs
other formats). Validate cells run with the bundled helper (python "$PLUGIN_DIR/scripts/aidp_sql.py" … --code …).aidp-pipelines), heeding the clusterName-UUID
pitfall and NOTEBOOK_TASK/dependsOn shape.aidp-profiling-tables, aidp-data-quality);
compare row counts/aggregates against the source; dry-run the job and inspect output.oci raw-request against the
AIDP REST API — see references/oci-raw-request.md and
references/no-mcp-rest-map.md.python "$PLUGIN_DIR/scripts/aidp_sql.py" --region <r> --datalake <OCID> --workspace <ws> --cluster <key> --code <…>.compute:/// defaultFS (executors can't write the driver
FS; size APIs return 0 — measure via oci://), manifest commit semantics for external tables, and the
clusterName-UUID pitfall when wiring jobs.aidp-ingest-file-to-table, aidp-notebooks, aidp-workspace-files, aidp-pipelines,
aidp-profiling-tables, aidp-data-quality, aidp-federatescripts/aidp_sql.py3plugins reuse this skill
First indexed Jun 12, 2026
claude plugin install oracle-ai-data-platform-workbench-engineer-agent@claude-plugins-officialRouter skill that selects the appropriate aidp-* skill for migrating Databricks workloads to Oracle AIDP. Provides overview of the two-pass migration architecture.
Routes AIDP tasks to the correct aidp-* skill and handles shared setup/auth troubleshooting.
Ports Databricks notebooks and jobs to Microsoft Fabric, including dbutils-to-notebookutils substitution, Unity Catalog namespace reduction, DBFS-to-OneLake path conversion, and Databricks Jobs to Spark Job Definitions.