airflow.contrib.hooks.aws_sqs_hook
¶
This module contains AWS SQS hook
Module Contents¶
-
class
airflow.contrib.hooks.aws_sqs_hook.
SQSHook
[source]¶ Bases:
airflow.contrib.hooks.aws_hook.AwsHook
Get the SQS client using boto3 library
- Returns
SQS client
- Return type
botocore.client.SQS
-
create_queue
(self, queue_name, attributes=None)[source]¶ Create queue using connection object
- Parameters
- Returns
dict with the information about the queue For details of the returned value see
botocore.client.SQS.create_queue()
- Return type