EmrHook
AmazonInteract with Amazon Elastic MapReduce Service (EMR). Provide thick wrapper around boto3.client("emr")
.
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
emr_conn_idAmazon Elastic MapReduce Connection. This attribute is only necessary when using the airflow.providers.amazon.aws.hooks.emr.EmrHook.create_job_flow().
Documentation
Interact with Amazon Elastic MapReduce Service (EMR). Provide thick wrapper around boto3.client("emr")
.
Additional arguments (such as aws_conn_id
) may be specified and are passed down to the underlying AwsBaseHook.