別のプラットフォーム(例えば Databricks)からノートブック/ジョブを AIDP へ移行するのをサポートします。 **次のような場合に使用:** - ユーザーが Databricks のノートブック/ジョブを AIDP に移したいとき - ワークロード(処理の負荷)を AIDP のレイクハウス(統合データ基盤)に移行したいとき - 移行の計画を立てたいとき このスキルはオーケストレーション(統合制御)機能に特化しており、他の独立した aidp-* スキルを組み合わせて機能します。新たな API インターフェースは提供しません。
Guide a migration of notebooks/jobs from another platform (e.g. Databricks) into AIDP. Use when the user wants to port Databricks notebooks/jobs to AIDP, move workloads onto the AIDP lakehouse, or plan a migration. Orchestration-only — it composes the other self-contained aidp-* skills; it adds no new API surface.
aidp-migration — AIDPへのガイド付きマイグレーション他のスキルを組み合わせて、ノートブック/ジョブをAIDPへ移行するための計画と実行を行います。
新たなAPIサーフェスは追加せず、インジェスト・ノートブック・パイプライン・バリデーションを順に実行するオーケストレーターです。
このプラグイン内の他のスキルと同様に自己完結型で構成されています。コントロールプレーン操作は oci raw-request 経由で実行し、インタラクティブなSpark-SQL/セル実行はバンドル済みの scripts/aidp_sql.py 経由で行います。
MCPサーバーや ai-data-engineer-agent リポジトリは不要です。
aidp-ingest-file-to-table;外部ソースはspark-connectorsプラグイン+aidp-federate 経由)。aidp-notebooks / aidp-workspace-files)、プラットフォーム固有の差異(パス、compute:/// defaultFSの注意点、クラスター/セッションAPI、DeltaフォーマットとそれPH以外のフォーマットの違いなど)を吸収する。
バンドル済みヘルパーを使ってセルの実行を検証する(python "$PLUGIN_DIR/scripts/aidp_sql.py" … --code …)。aidp-pipelines)。clusterName-UUIDの落とし穴や NOTEBOOK_TASK/dependsOn の構造に注意すること。aidp-profiling-tables、aidp-data-quality)、移行元と行数/集計値を比較する。またジョブをドライランして出力を確認する。oci raw-request を使用。
詳細は references/oci-raw-request.md および references/no-mcp-rest-map.md を参照。python "$PLUGIN_DIR/scripts/aidp_sql.py" --region <r> --datalake <OCID> --workspace <ws> --cluster <key> --code <…>compute:/// defaultFS(エグゼキューターはドライバーのファイルシステムに書き込めない;サイズAPIは0を返すため oci:// 経由で計測すること)clusterName-UUID の落とし穴aidp-ingest-file-to-table、aidp-notebooks、aidp-workspace-files、aidp-pipelines、aidp-profiling-tables、aidp-data-quality、aidp-federatescripts/aidp_sql.pyaidp-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.py原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。