Amazon-Data-Pipeline ツールを使用して、Amazon S3-Cloud から Amazon-Redshift にデータを転送しようとしています。
SQLステートメントの結果だけがRedshiftへの入力になるように、データを転送中にeG SQLステートメントでデータを変更することは可能ですか?
次のようなコピーコマンドしか見つかりませんでした:
{
"id": "S3Input",
"type": "S3DataNode",
"schedule": {
"ref": "MySchedule"
},
"filePath": "s3://example-bucket/source/inputfile.csv"
},
ソース: https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-get-started-copy-data-cli.html