DMS s3 endpoint extra_connection_attributes property is not set correctly when creating new endpoint #1491
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Hi, when I create new endpoint with engine_name='s3' and extra_connection_attributes="dataFormat=parquet;" the endpoint is created but ExtraConnectionAttributes is missing "dataFormat=parquet;". Interestingly this value is being saved correctly when endpoint is updated.
Expected behavior
After endpoint is created with extra_connection_attributes="dataFormat=parquet;" the value is saved to ExtraConnectionAttributes in aws
Current behavior
Currently ExtraConnectionAttributes is created from S3Settings (which doesn't contain DataFormat property)
Steps to reproduce
Context (Environment)
We are not able to manage DMS with pulumi
Affected feature
pulumi dms
The text was updated successfully, but these errors were encountered: