ingesting-into-data-lake
aws/agent-toolkit-for-aws
S3ファイル、ローカルからのアップロード、JDBCデータベース(Oracle、SQL Server、PostgreSQL、MySQL、RDS、Aurora)、Amazon Redshift、Snowflake、BigQuery、DynamoDB、または既存のGlueカタログテーブル(移行)から、AWSデータレイクへデータをインポートします。 デフォルトのターゲットは S3 Tables です。S3 Tables が導入されていない場合は、汎用バケット上の標準 Iceberg がサポートされます。1 回限りのロード、定期的なパイプライン、移行に対応しています。トリガー対象:データのインポート、データのロード、取り込み、データベースの同期、テーブルの移行、AWS へのデータ移動、設定
...すべて拡張します概要ingesting-into-data-lake
ローカルファイルのアップロード、S3ファイル、JDBCデータベース(Oracle、SQL Server、PostgreSQL、MySQL、RDS、 Aurora)、Amazon Redshift、Snowflake、BigQuery、DynamoDB、および移行用の既存のGlueカタログテーブルなど、幅広いソースからデータをAWSデータレイク内のクエリ可能なテーブルへ移行するためのワークフロースキルです。 単発のロード、定期的なパイプライン、および移行に対応しており、デフォルトではS3 Tablesをターゲットとしていますが、S3 Tablesが導入されていない汎用バケット上の標準的なIcebergもサポートしています。このガイドラインでは、S3 Tablesを導入していない顧客に対して、環境構成の変更を強制しないことが明確に示されています。 コマンドは、接続時にAWS MCPサーバーツールを通じて実行され(検証、サンドボックス実行、監査ログ記録のため)、それ以外の場合はAWS CLIにフォールバックします。また、各ステップは実行前に説明されます。 このワークフローでは、`aws sts get-caller-identity` を使用して依存関係と認証情報を検証し、ソースを分類し、JDBC、Snowflake、BigQuery ソースに対して Glue 接続が存在することを確認します(接続の設定とトラブルシューティングは、別の「データソースへの接続」スキルに委任されます)。 ターゲットのデータベース、テーブル、およびフォーマットを明確にし、ソース固有のリファレンス手順を実行し、以下の3つの必須チェックで検証を行います:ソースとターゲット間の行数の照合、重要な列のNULLチェック、および3~5行のサンプル行による抜き打ちチェック。 定期的なパイプラインは、Glueトリガーを使用してcronスケジュールで実行され、マルチステップの分岐にはMWAAが使用されます。このスキルでは、以下の多くの注意点について記載されています: S3 TablesにはGlue 5.1以降およびIcebergデータレイク形式が必要であり、カタログ設定は--confジョブ引数に指定する必要があります。また、warehouseパラメータが必須であり、テーブル名と列名は小文字でなければなりません。標準のIcebergターゲットにはLOCATION句が必要ですが、S3 Tablesには不要です。さらに、DynamoDBにはGlue接続が不要です。 Salesforce、ServiceNow、SAP、MongoDB、Kafka などの SaaS およびストリーミングソースは対象外であり、クエリの実行やカタログ監査も同様で、これらは他のスキルに委ねられています。
よくある質問
デフォルトのターゲット形式は何ですか?
S3 Tables がデフォルトかつ推奨されるターゲットです。アカウントで S3 Tables が導入されていない場合、このスキルは代わりに既存の汎用バケットでの標準 Iceberg を使用することを推奨します。
どのソースから取り込むことができますか?
ローカルファイル、S3ファイル、JDBCデータベース(Oracle、SQL Server、PostgreSQL、MySQL、RDS、Aurora)、Redshift、Snowflake、BigQuery、DynamoDB、および移行用の既存のGlueカタログテーブルです。
どのソースにGlue接続が必要ですか?
JDBC、Snowflake、およびBigQueryではGlue接続が必要であり、aws glue get-connectionコマンドで接続が確認されている必要があります。ローカルファイル、S3ファイル、DynamoDB、およびカタログの移行では必要ありません。
インジェストの検証はどのように行われますか?
3つのチェックをすべて実行し、いずれも見逃さないようにします。具体的には、ソースとターゲットの行数が一致していること、重要な列でのNULLチェックに合格していること、および3~5行のサンプル行が抜き取り検査で合格していることです。
対象外となるソースはどれですか?
Salesforce、ServiceNow、SAP、MongoDB、Kafka などの SaaS およびストリーミングプラットフォームは対象外です。また、Glue 接続の設定、空のテーブルの作成、クエリの実行、カタログ監査についても、これらは他のスキルで処理されるため対象外となります。
すべてのファイル
26ファイルreferences/error-handling.md 12.3KB 表示references/iceberg-catalog-config-and-usage.md 7.9KB 表示references/jdbc-schema-discovery.md12.7KB 表示 references/schema-evolution.md9.3KB 表示 SKILL.md10.8KB 表示 references/bigquery-ingest.md3.7KB 表示 references/ctas-patterns.md3.0KB 表示 references/glue-etl-migration.md4.5KB 参照を表示/incremental-loading.md13.1KB 参照を表示/data-quality-validation.md12.1KB 参照を表示/glue-job-config.md9.4KB 参照を表示/jdbc-performance.md10.3KB 参照を表示/migration-validation.md2.7KB 参照を表示/type-transformations.md7.8KB 参照を表示/athena-loading.md2.8KB 参照を表示/dynamodb-ingest.md7.2KB 参照を表示 /glue-job-scripts.md 9.6KB 参照を表示 /s3-files.md 5.7KB 参照を表示 /upload-options.md 1.0KB 参照を表示 /catalog-migration.md 6.9KB 参照を表示 /format-specific-loading.md12.8KB 参照を表示 references/jdbc-ingest.md5.7KB 参照を表示 references/local-upload.md4.5KB 参照を表示 references/snowflake-ingest.md3.6KBViewreferences/migration-troubleshooting.md2.6KBViewreferences/testing-and-scheduling.md13.6 KBViewMove 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.
Philosophy
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.
Common Tasks
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.
Workflow
1. Verify Dependencies and Context
- You MUST check whether AWS MCP tools or AWS CLI are available and inform the user if missing
- You MUST confirm target AWS region and verify credentials with
aws sts get-caller-identity - For SageMaker Unified Studio project roles, note that target tables and connections may be scoped to the project. See the caller ARN detection pattern in
querying-data-lake.
2. Classify the Source
| 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.
3. Confirm Connection Exists (if applicable)
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.
4. Clarify the Target
You MUST ask the user (or suggest based on catalog inventory) before creating or writing to any table:
- Database/namespace: Does a specific target database exist? Or should one be created?
- Table: Existing table (append/merge) or new table (delegate to
creating-data-lake-table)? - Format: S3 Tables (default), standard Iceberg, or raw Parquet?
Inventory-aware defaults:
If you have already run exploring-data-catalog or can quickly check, use what exists:
- Account has an
s3tablescatalogfederated catalog and active table buckets: recommend S3 Tables - Account has general-purpose buckets with Iceberg tables and no S3 Tables usage: recommend standard Iceberg on their existing bucket
- Account uses Parquet/ORC on S3 without Iceberg metadata: ask whether to adopt Iceberg now (recommend yes) or continue with raw files
Do not force S3 Tables on customers who haven't adopted it. See iceberg-catalog-config-and-usage.md.
Delegations from this step:
- Target table doesn't exist ->
creating-data-lake-table - Target database named by fuzzy term ->
finding-data-lake-assets - User doesn't know what exists ->
exploring-data-catalog
5. Execute Source Workflow
Read the source-specific reference and follow its phases. Each is self-contained with job templates, gotchas, and troubleshooting:
- Local / S3 / JDBC / Snowflake / BigQuery / DynamoDB / catalog migration -- one reference per source
Common Glue 5.1 or higher job configuration and PySpark templates are shared in glue-job-config.md and glue-job-scripts.md.
6. Validate
Run all three, do not skip:
- Row count matches expected (source vs target)
- Null check on critical columns
- Spot-check 3-5 sample rows
See data-quality-validation.md.
7. Schedule (if recurring)
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.
Argument Routing
- S3 path only: Infer one-time load, start Step 2 with S3 files
- Connection name: Start Step 3 with the named connection
- Table name: Start Step 4, ask whether this is source or target
--targetflag: Pre-fill the target format in Step 4- No args: Walk through interactively
Gotchas
- S3 Tables requires Glue 5.1 or higher and
--datalake-formats icebergjob argument - All
spark.sql.catalog.*config MUST go in--confjob arguments, never inspark.conf.set(). Glue 5.x throwsAnalysisException: Cannot modify the value of a static configotherwise. See iceberg-catalog-config-and-usage.md for correct catalog configs. - The
warehouseparameter is required in S3 Tables catalog config. Without it Spark fails with "Cannot derive default warehouse location". - Table and column names in S3 Tables MUST be all lowercase
overwritePartitions()only replaces partitions present in the DataFrame -- for full refresh with deletes, usecreateOrReplace()- Standard Iceberg targets MUST include a LOCATION clause; S3 Tables MUST NOT
- DynamoDB does not need a Glue connection -- do not attempt to create one
- Connection failures during ingest delegate back to
connecting-to-data-source; do not debug network/credentials in this skill - For target tables in SageMaker Unified Studio projects, ensure the project role has write access to the target namespace before the Glue job runs
Troubleshooting
| 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.
References
Source-specific
- local-upload.md -- Local files
- s3-files.md -- S3 files (CSV, JSON, Parquet, Avro, ORC)
- jdbc-ingest.md -- Oracle, SQL Server, PostgreSQL, MySQL, RDS, Aurora, Redshift
- snowflake-ingest.md -- Snowflake
- bigquery-ingest.md -- BigQuery
- dynamodb-ingest.md -- DynamoDB (export and Glue direct read)
- catalog-migration.md -- Existing Glue catalog tables (Hive, self-managed Iceberg)
Cross-cutting
- iceberg-catalog-config-and-usage.md -- S3 Tables, standard Iceberg, raw files: catalog config, engine access patterns
- glue-job-config.md -- Job sizing, monitoring, retry
- glue-job-scripts.md -- PySpark templates (append, upsert, custom SQL, full refresh)
- incremental-loading.md -- Watermark strategies
- testing-and-scheduling.md -- Glue Triggers, MWAA
- data-quality-validation.md -- Row counts, null checks, Glue Data Quality
- schema-evolution.md -- ALTER TABLE ADD COLUMNS, nested JSON
- type-transformations.md -- Type conflict resolution
- format-specific-loading.md -- CSV/JSON/Parquet/Avro/ORC specifics
- athena-loading.md -- Athena INSERT INTO as simple-load fallback
- error-handling.md -- Ingest errors (connection errors delegate to connecting-to-data-source)
- upload-options.md -- aws s3 cp vs sync, multipart
Migration-specific
- ctas-patterns.md -- Athena CTAS syntax and partition transforms
- glue-etl-migration.md -- Large-table migration via Glue 5.1 or higher PySpark
- migration-validation.md -- Full validation checklist
- migration-troubleshooting.md -- CTAS failures, visibility, partitions
JDBC-specific
- jdbc-schema-discovery.md -- Crawler, direct inspection, custom SQL
- jdbc-performance.md -- Parallel reads, partitioning
すべてのファイル
26件のファイルingesting-into-data-lakeをインストール
スキルファイルをダウンロードし、.claude/skills/ ディレクトリに解凍してください。
ZIPをダウンロードリポジトリをクローンし、スキルファイルをプロジェクトにコピーしてください。
git clone https://github.com/aws/agent-toolkit-for-aws/blob/main/skills/specialized-skills/analytics-skills/ingesting-into-data-lake/SKILL.md # Copy SKILL.md to your .claude/skills/ directory
コピー





家
