
FirehoseHook
AmazonInteract with Amazon Kinesis Firehose. Provide thick wrapper around boto3.client("firehose").
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
delivery_streamName of the delivery stream
Documentation
Interact with Amazon Kinesis Firehose. Provide thick wrapper around boto3.client("firehose").
Additional arguments (such as aws_conn_id) may be specified and are passed down to the underlying AwsBaseHook.