EmrServerlessDeleteApplicationOperator
AmazonOperator to delete EMR Serverless application
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