Skip to content
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 MessageDeduplicationId support to SqsPublishOperator #44876

Open
1 task done
gopidesupavan opened this issue Dec 12, 2024 · 1 comment · May be fixed by #45051
Open
1 task done

Add MessageDeduplicationId support to SqsPublishOperator #44876

gopidesupavan opened this issue Dec 12, 2024 · 1 comment · May be fixed by #45051
Assignees
Labels

Comments

@gopidesupavan
Copy link
Member

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

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@gopidesupavan gopidesupavan added kind:meta High-level information important to the community provider:amazon-aws AWS/Amazon - related issues type:new-feature Changelog: New Features labels Dec 12, 2024
@dosubot dosubot bot added the kind:feature Feature Requests label Dec 12, 2024
@eladkal eladkal added area:providers good first issue and removed type:new-feature Changelog: New Features kind:meta High-level information important to the community labels Dec 14, 2024
@Prab-27
Copy link
Contributor

Prab-27 commented Dec 15, 2024

@gopidesupavan , I'd like to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants