Skip to content

Conversation

@dbarrundiag
Copy link
Contributor

This PR closes: #25138.

Changes:

  • New attribute of message_group_id in SQSPublishOperator to support sending that value to the AWS APIs when the SQS queue is a FIFO queue.
  • 2 new test cases
    • If the parameter MessageGroupId is not provided and the Operator attempts to send a message to a FIFO queue, the Operator will fail.
    • If the parameter MessageGroupId is provided and the Operator attempts to send a message to a FIFO queue, the Operator should succeed and the MessageGroupId should come in the response.

^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Jul 19, 2022
@dbarrundiag
Copy link
Contributor Author

CC: @o-nikolas @potiuk

@eladkal
Copy link
Contributor

eladkal commented Jul 19, 2022

Can you please rebase your branch? Its 2700 commits behind main

@dbarrundiag dbarrundiag deleted the aws-providers-sqs-support-fifo branch July 19, 2022 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:amazon AWS/Amazon - related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQSPublishOperator should allow sending messages to a FIFO Queue

2 participants