-
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
Add the option to preserve the source data type for S3 output format… #27616
Add the option to preserve the source data type for S3 output format… #27616
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that the Remove any changes to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @kristofmartens 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
Any idea when this PR could be reviewed/merged/released? |
Is there an ETA on this PR? |
That'd be awesome to merge this PR as we need it in my team! |
@YakDriver, is there any prioritization process for the PRs that we could use to bring this PR up in the chain? |
Guess this PR is here to die as long as there does not seem to be a way to get their attention... I rather have the devs decline it... |
|
@justinretzolk, you were the last one to touch this PR. You have any idea how to get this PR merged somehow? Are there still any remarks or changes you would like to see? No problem to close or reject this PR, having an update though would be appreciated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
$ make testacc TESTARGS='-run=TestAccAppFlowFlow_' PKG=appflow
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appflow/... -v -count 1 -parallel 20 -run=TestAccAppFlowFlow_ -timeout 180m
--- PASS: TestAccAppFlowFlow_disappears (18.06s)
--- PASS: TestAccAppFlowFlow_TaskProperties (18.67s)
--- PASS: TestAccAppFlowFlow_basic (20.96s)
--- PASS: TestAccAppFlowFlow_update (30.93s)
--- PASS: TestAccAppFlowFlow_S3_outputFormatConfig_ParquetFileType (32.91s)
--- PASS: TestAccAppFlowFlow_tags (47.46s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appflow 50.402s
@kristofmartens thank you for the contribution! 🎉 |
This functionality has been released in v4.59.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
APPFLOW: Add support for preserving source data types in S3 outputs for Parquet file types
Enhancement resolving (#26372)
Description
Add
preserve_source_data_typing
parameter in thes3_output_format_config
option block that was missing in the current implementation.Relations
Closes #26372
Output from Acceptance Testing