Add MessageDeduplicationId support to SqsPublishOperator #44876
Labels
area:providers
good first issue
kind:feature
Feature Requests
provider:amazon-aws
AWS/Amazon - related issues
Body
AWS SQS FIFO queues supports MessageDeduplicationId for deduplication of sent messages.
Currently SqsPublishOperator doesnt support, this parameter. users has to completly relay on ContentBasedDeduplication. which is not a case for all the scenarios.
https://boto3.amazonaws.com/v1/documentation/api/1.35.6/reference/services/sqs/client/send_message.html
Committer
The text was updated successfully, but these errors were encountered: