EmrTerminateJobFlowOperator

Amazon

Operator to terminate EMR JobFlows.

View on GitHub

Last Updated: Mar. 2, 2023

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

job_flow_idRequiredid of the JobFlow to terminate. (templated)
aws_conn_idaws connection to uses

Documentation

Operator to terminate EMR JobFlows.

See also

For more information on how to use this operator, take a look at the guide: Terminate an EMR job flow

Was this page helpful?