Skip to content

Releases: getninjas/terraform-aws-dms

Setting timestamp column in S3 endpoints

09 Nov 21:00
277cb1d
Compare
Choose a tag to compare

We are adding timestamp_column_name in S3 endpoint settings to work with streaming and CDC using Databricks Delta Live Tables. The default value is dmsTimestamp

Adds aws_dms_s3_endpoint

31 Jan 14:26
6e9ae86
Compare
Choose a tag to compare

We are adding a module for resource aws_dms_s3_endpoint as a alternative
to solve the error related to the issue below

hashicorp/terraform-provider-aws#27283

"aws_dms_replication_task failed with error InvalidParameterValueException:
TimestampColumnName cannot be an empty string."

New endpoints features

14 Oct 15:24
63b6114
Compare
Choose a tag to compare

We are adding new features in DMS endpoints to englobe other configuration options. The main objective is to config data format as parquet inside raw layer.