You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/29 11:10:36 UTC

[GitHub] [airflow] tirkarthi commented on issue #23347: AttributeError: 'EMR' object has no attribute 'put_auto_termination_policy'

tirkarthi commented on issue #23347:
URL: https://github.com/apache/airflow/issues/23347#issuecomment-1113182495

   The `PutAutoTerminationPolicy` was introduced in below commit and seems to be available from botocore version 1.21.31 and above. Can you please add your botocore version?
   
   https://github.com/boto/botocore/commit/fee8473a319dd02df916e9372245ea7699682d9c#diff-9860af22ee80cdd56a1bf858e62f6541924bfd9dd044d85957139322c21a7effR514-R523
   
   ```json
       "PutAutoTerminationPolicy":{
         "name":"PutAutoTerminationPolicy",
         "http":{
           "method":"POST",
           "requestUri":"/"
         },
         "input":{"shape":"PutAutoTerminationPolicyInput"},
         "output":{"shape":"PutAutoTerminationPolicyOutput"},
         "documentation":"<p>Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html\">Control cluster termination</a>.</p>"
       }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org