o-nikolas commented on code in PR #46696:
URL: https://github.com/apache/airflow/pull/46696#discussion_r1953342260
##########
providers/amazon/tests/system/amazon/aws/example_sqs.py:
##########
@@ -61,12 +61,12 @@ def delete_queue(queue_url):
publish_to_queue_1 = SqsPublishOperator(
task_id="publish_to_queue_1",
sqs_queue=sqs_queue,
- message_content="{{ task_instance }}-{{ logical_date }}",
+ message_content="{{ task_instance }}",
Review Comment:
Were we previously trying to ensure that these messages were unique for some
intentional reason? I don't think it matters, but just want to be sure.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]