EmrServerlessDeleteApplicationOperator

Amazon

Operator to delete EMR Serverless application

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

application_idID of the EMR Serverless application to delete.
wait_for_completionIf true, wait for the Application to start before returning. Default to True
aws_conn_idAWS connection to use
waiter_countdownTotal amount of time, in seconds, the operator will wait for the application be deleted. Defaults to 25 minutes.
waiter_check_interval_secondsNumber of seconds between polling the state of the application. Defaults to 60 seconds.

Documentation

Operator to delete EMR Serverless application

See also

For more information on how to use this operator, take a look at the guide: Delete an EMR Serverless Application

Was this page helpful?