DMS write to S3 files separated by date field from source

0

Hello, I'm trying to transfer data from SQL Server table to S3 parquet files. I would like to write the data in S3 based on a date field which exists in the source. For example: Source table: (id int, name varchar(20) dateCreated datetime) I would like the load process to take the dateCreated field and to create separate files based on that value for each day. load-21-12-2023.parquet load-22-12-2023.parquet load-23-12-2023.parquet ... How can I tell the DMS endpoint to create the different files based on this field value?

Ezra
asked 12 days ago166 views
1 Answer
1

there is not direct or simple way to do it. at the max you can apply source filter with specific date and resultant parquet files in different folders using separate task and target endpoints

AWS
answered 10 days ago
profile pictureAWS
EXPERT
iBehr
reviewed 10 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions