AWS データレイク(大規模なデータ統合保管所)へデータをインポートするスキル。S3 ファイル、ローカルアップロード、JDBC データベース(Oracle、SQL Server、PostgreSQL、MySQL、RDS、Aurora)、Amazon Redshift、Snowflake、BigQuery、DynamoDB、または既存の Glue カタログテーブル(データ移行)からのデータ取り込みに対応しています。 デフォルトの保存先は S3 Tables で、S3 Tables が利用できない場合は汎用バケット上の標準 Iceberg(オープンなテーブル形式)もサポートしています。 **対応する作業:** - 1 回限りのデータ読み込み - 定期的なデータパイプライン(自動処理の流れ) - テーブルの移行 **次のような場合に使用:** データインポート、データ読み込み、データ取り込み、データベース同期、テーブル移行、AWS へのデータ移動、パイプライン構築、ETL(抽出・変換・ロード)、Snowflake からのデータ取得、BigQuery データの S3 へのエクスポート、DynamoDB のエクスポート、CTAS(テーブル作成と同時にデータ挿入)、Iceberg への変換 **このスキルでは対応していません:** - Glue 接続の設定やトラブルシューティング(→ 「データソースへの接続」スキルを使用) - 空のテーブル作成(→ 「データレイク用テーブル作成」スキルを使用) - クエリ実行(→ 「データレイク照会」スキルを使用) - テーブル名の曖昧検索(→ 「データレイク資産検索」スキルを使用) - カタログ監査(→ 「データカタログ探索」スキルを使用) - Salesforce や ServiceNow、SAP、MongoDB、Kafka などの SaaS プラットフォーム
Import data into the AWS data lake from S3 files, local uploads, JDBC databases (Oracle, SQL Server, PostgreSQL, MySQL, RDS, Aurora), Amazon Redshift, Snowflake, BigQuery, DynamoDB, or existing Glue catalog tables (migration). Default target is S3 Tables; standard Iceberg on a general purpose bucket is supported where S3 Tables is not adopted. Handles one-time loads, recurring pipelines, migrations. Triggers on: import data, load data, ingest, sync database, migrate table, move data to AWS, set up pipeline, ETL, pull from Snowflake, query BigQuery into S3, export DynamoDB, CTAS, convert to Iceberg. Do NOT use for setting up or troubleshooting Glue connections (use connecting-to-data-source), creating empty tables (use creating-data-lake-table), running queries (use querying-data-lake), finding tables by fuzzy name (use finding-data-lake-assets), catalog audit (use exploring-data-catalog), or SaaS platforms like Salesforce, ServiceNow, SAP, MongoDB, Kafka.
ソースからデータレイクのクエリ可能なテーブルへデータを移動するスキルです。
ソース接続が必要な場合、その接続はすでに存在していることを前提としています。
Glue接続のセットアップやトラブルシューティングが必要な場合は、connecting-to-data-source に委譲してください。
環境設定で特に指定がない限り、S3 Tablesをデフォルトとして使用する。 S3 Tablesは、新規のデータレイク作業における推奨ターゲットです。 ユーザーのカタログ一覧でS3 Tablesを採用していないことが確認できた場合は、無理に移行を促すのではなく、既存の汎用バケット上での標準Icebergを推奨してください。
MCPサーバーツールに接続している場合は、必ずAWS MCPサーバーツールを使用してコマンドを実行すること — バリデーション、サンドボックス実行、および監査ログ記録が提供されます。 MCPが利用できない場合のみ、AWS CLIにフォールバックしてください。 各ステップを実行する前に、必ずその内容を説明すること。
aws sts get-caller-identity で認証情報を検証することquerying-data-lake の呼び出し元ARN検出パターンを参照。| ユーザーの発言 | ソース種別 | 参照 |
|---|---|---|
| 「ファイルをアップロードしたい」「ローカルのCSV」「S3に移動したい」 | ローカルファイル | local-upload.md |
| 「S3からロードしたい」「s3://からCSV/JSON/Parquetをインポートしたい」 | S3ファイル | s3-files.md |
| 「Oracle/Postgres/MySQL/SQL Server/Redshift/RDS/Auroraからインポートしたい」 | JDBC | jdbc-ingest.md |
| 「Snowflakeから取得したい」「SnowflakeテーブルをS3に」 | Snowflake | snowflake-ingest.md |
| 「BigQueryからインポートしたい」「GCPアナリティクスをS3に」 | BigQuery | bigquery-ingest.md |
| 「DynamoDBをエクスポートしたい」「DynamoDBをデータレイクに」 | DynamoDB | dynamodb-ingest.md |
| 「Glueテーブルを移行したい」「HiveをIcebergに変換したい」 | カタログ移行 | catalog-migration.md |
ユーザーがSalesforce、ServiceNow、SAP、MongoDB、Kafka、またはその他のSaaS/ストリーミングソースを指定した場合は、対応を断ってください — これらは本リリースではサポートされていません。
ソーステーブルがあいまいな名称やビジネス上の名称で参照されている場合(「注文テーブルを移行して」「営業データウェアハウスから取得して」など)は、処理を進める前に finding-data-lake-assets に委譲して名称を解決してください。
JDBC、Snowflake、BigQueryのソースには、Glue接続が必要です。以下のコマンドで確認してください:
aws glue get-connection --name <CONNECTION_NAME> --region <REGION>
接続が存在しない場合は処理を停止し、connecting-to-data-source に委譲して接続の作成とテストを行ってください。
接続が確認できるまで、取り込みを進めないでください。
ローカルファイル、S3ファイル、DynamoDB、およびカタログ移行にはGlue接続は不要です。
テーブルの作成または書き込みを行う前に、必ずユーザーに確認するか、カタログ一覧に基づいて提案すること:
creating-data-lake-table に委譲)か?カタログ一覧に基づくデフォルト設定:
exploring-data-catalog をすでに実行済みの場合、またはすぐに確認できる場合は、既存の状態を活用してください:
s3tablescatalog フェデレーテッドカタログとアクティブなテーブルバケットがある場合 → S3 Tablesを推奨S3 Tablesを採用していないユーザーに無理強いしないこと。 iceberg-catalog-config-and-usage.md を参照。
このステップからの委譲:
creating-data-lake-tablefinding-data-lake-assetsexploring-data-catalogソース固有のリファレンスを参照し、各フェーズに従って進めてください。 各リファレンスはジョブテンプレート、注意点、トラブルシューティングを含む自己完結した内容となっています:
Glue 5.1以降の共通ジョブ設定とPySparkテンプレートは、glue-job-config.md および glue-job-scripts.md に掲載されています。
以下の3つをすべて実行すること。スキップ不可:
data-quality-validation.md を参照。
定期実行パイプラインの場合は、cronスケジュールでGlue Triggerを作成してください。 testing-and-scheduling.md を参照。 シンプルな単一ステップのパイプラインにはGlue Triggerを使用し、分岐を伴う複数ステップのパイプラインにはMWAAを使用します。
--target フラグ: ステップ4でターゲットフォーマットを事前設定--datalake-formats iceberg が必要spark.sql.catalog.* の設定はすべて --conf ジョブ引数に記述すること。spark.conf.set() 内への記述は不可。Glue 5.xでは AnalysisException: Cannot modify the value of a static config がスローされる。正しいカタログ設定については iceberg-catalog-config-and-usage.md を参照。warehouse パラメータが必須。指定しない場合、Sparkが「Cannot derive default warehouse location」エラーで失敗する。overwritePartitions() はDataFrame内に存在するパーティションのみを置き換える — 削除を伴う完全リフレッシュには createOrReplace() を使用することconnecting-to-data-source に委譲すること;このスキル内でネットワーク/認証情報のデバッグは行わないこと| エラー | 想定原因 | 対応 |
|---|---|---|
| S3でAccess Denied | IAM権限の不足 | GlueロールにS3のGetObject、PutObjectが付与されているか確認 |
| S3 TablesでAccess Denied | s3tables:* 権限の不足 |
GlueロールにS3 Tablesのインラインポリシーを追加 |
| CTASタイムアウト | データセットがAthenaで処理するには大きすぎる | Glue ETLに切り替えるか、WHEREフィルターでバッチ処理 |
| JDBC接続タイムアウト/認証エラー | 接続レベルの問題 | connecting-to-data-source に委譲 |
| スループット超過(DynamoDB) | 読み取り割合が高すぎる | read.percent を下げるか、ネイティブエクスポートを使用 |
全エラー一覧は error-handling.md を参照。
Move data from a source into a queryable table in the data lake. This skill assumes the source connection (if one is needed) already exists. For Glue connection setup or troubleshooting, delegate to connecting-to-data-source.
Default to S3 Tables unless the environment says otherwise. S3 Tables is the recommended target for new data lake work. If the user's catalog inventory shows they haven't adopted S3 Tables, recommend standard Iceberg on their existing general-purpose bucket instead of forcing them to change posture.
You MUST execute commands using AWS MCP server tools when connected -- they provide validation, sandboxed execution, and audit logging. Fall back to AWS CLI only if MCP is unavailable. You MUST explain each step before executing.
aws sts get-caller-identityquerying-data-lake.| User says... | Source type | Reference |
|---|---|---|
| "upload my file", "local CSV", "move to S3" | Local file | local-upload.md |
| "load from S3", "import CSV/JSON/Parquet from s3://" | S3 files | s3-files.md |
| "import from Oracle/Postgres/MySQL/SQL Server/Redshift/RDS/Aurora" | JDBC | jdbc-ingest.md |
| "pull from Snowflake", "Snowflake table to S3" | Snowflake | snowflake-ingest.md |
| "import from BigQuery", "GCP analytics to S3" | BigQuery | bigquery-ingest.md |
| "export DynamoDB", "DynamoDB to data lake" | DynamoDB | dynamodb-ingest.md |
| "migrate Glue table", "convert Hive to Iceberg" | Catalog migration | catalog-migration.md |
If the user names Salesforce, ServiceNow, SAP, MongoDB, Kafka, or another SaaS/streaming source, decline -- these are not supported in this release.
If the source table is referenced by a fuzzy or business name ("migrate our orders table", "pull from the sales warehouse"), delegate to finding-data-lake-assets to resolve before proceeding.
For JDBC, Snowflake, and BigQuery sources, a Glue connection is required. Check:
aws glue get-connection --name <CONNECTION_NAME> --region <REGION>
If the connection does not exist, stop and delegate to connecting-to-data-source to create and test it. Do not proceed with ingest until the connection is verified.
Local files, S3 files, DynamoDB, and catalog migration do not need a Glue connection.
You MUST ask the user (or suggest based on catalog inventory) before creating or writing to any table:
creating-data-lake-table)?Inventory-aware defaults:
If you have already run exploring-data-catalog or can quickly check, use what exists:
s3tablescatalog federated catalog and active table buckets: recommend S3 TablesDo not force S3 Tables on customers who haven't adopted it. See iceberg-catalog-config-and-usage.md.
Delegations from this step:
creating-data-lake-tablefinding-data-lake-assetsexploring-data-catalogRead the source-specific reference and follow its phases. Each is self-contained with job templates, gotchas, and troubleshooting:
Common Glue 5.1 or higher job configuration and PySpark templates are shared in glue-job-config.md and glue-job-scripts.md.
Run all three, do not skip:
See data-quality-validation.md.
For recurring pipelines, create a Glue Trigger with a cron schedule. See testing-and-scheduling.md. Simple single-step pipelines use Glue Triggers; multi-step with branching uses MWAA.
--target flag: Pre-fill the target format in Step 4--datalake-formats iceberg job argumentspark.sql.catalog.* config MUST go in --conf job arguments, never in spark.conf.set(). Glue 5.x throws AnalysisException: Cannot modify the value of a static config otherwise. See iceberg-catalog-config-and-usage.md for correct catalog configs.warehouse parameter is required in S3 Tables catalog config. Without it Spark fails with "Cannot derive default warehouse location".overwritePartitions() only replaces partitions present in the DataFrame -- for full refresh with deletes, use createOrReplace()connecting-to-data-source; do not debug network/credentials in this skill| Error | Likely cause | Action |
|---|---|---|
| Access Denied on S3 | Missing IAM permissions | Check Glue role has s3:GetObject, s3:PutObject |
| Access Denied on S3 Tables | Missing s3tables:* permissions | Add S3 Tables inline policy to Glue role |
| CTAS timeout | Dataset too large for Athena | Switch to Glue ETL or batch with WHERE filters |
| JDBC connection timeout/auth failure | Connection-level issue | Delegate to connecting-to-data-source |
| Throughput exceeded (DynamoDB) | Read percent too high | Lower read.percent or use native export |
See error-handling.md for the full catalog.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。