-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 settings on aws_dms_endpoint conflict with "extra_connection_attributes" #8009
Comments
Maybe something to do with AWS SDK v1.18.4 released yesterday?
|
Not sure if it makes any difference, but I haven't upgraded my AWS SDK, and I installed Terraform about a week ago, so I'm not running this new code. |
I'm seeing this issue as well.
|
Updated to v2.8.0 and its still an issue. |
The extra connection attributes are not being written https://github.com/terraform-providers/terraform-provider-aws/blob/147db051cf2f79503a2a47ea3ee860a3520a6a84/aws/resource_aws_dms_endpoint.go#L283-L285 to the DMS API or read https://github.com/terraform-providers/terraform-provider-aws/blob/147db051cf2f79503a2a47ea3ee860a3520a6a84/aws/resource_aws_dms_endpoint.go#L566 from the DMS API when the engine type is |
Based on what @ewbankkit mentions, an intermediate workaround is to run an initial |
@aeschright is this being actively worked on? |
Are there any new updates on this issue? I am seeing this in Terraform 12 as well. Terraform: v0.12.9 |
…ed API changes in aws-sdk-go. This is so that we can avoid using extra_connection_attributes.
@rory-lamendola @mchudoba Please upvote the pull request if you want it prioritised. It is not a full solution, but it will serve most of the use-cases out there by simply extending the supported |
…ss it has a default or is explicitly populated.
anyone working on this? seem the fix has not passed QA for a while? |
folks anyone working on it? |
Right now I am allocated to a different project at my company. So I am not working on this currently. |
Decided to use cloud formation plugin |
Anyone working on it? We plan to do a workaround to update just extra_connection_properties with the |
Any update on this issue? Please, fix it. |
Hi everybody, on one of my data pipeline I am trying to implement time base partition for s3-target-endpoint as like we have TimeBasedPartitioner in io.confluent.connect.s3.S3SinkConnector Do we have any related issue going on. Thanks |
Yet another user wondering why this issue is being ignored ? |
Also hitting this issue in production, it's resulting in files not being encrypted when they land in the S3 bucket, due to the encryption properties being dropped. |
Hi all! 👋 Just wanted to direct you to our public roadmap for this quarter (Nov-Jan) in which this item has been mentioned. Due to the significant community interest in resolving this issue, we will be looking at merging existing contributions soon. We appreciate all the contributions and feedback thus far. |
This has been released in version 3.24.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
v0.11.13
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The "extra connection status" in the DMS endpoint should be:
Actual Behavior
The "extra connection status" in the DMS endpoint is:
Notice the lack of
dataFormat=parquet
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: