moto icon indicating copy to clipboard operation
moto copied to clipboard

Calling emr run_job_flow with AutoTerminationPolicy causes TypeError

Open matthewlv30 opened this issue 2 years ago • 1 comments

Reporting Bugs

When calling run_job_flow with AutoTerminationPolicy as a parameter like. {"IdleTimeout" : 123} causes a TypeError with Exception TypeError: Unknown type long. However AutoTerminationPolicy expect a dict with integer value.

matthewlv30 avatar Jun 29 '22 21:06 matthewlv30

Thanks for raising this @matthewlv30, and thanks for raising this! Marking it as a bug.

bblommers avatar Jun 30 '22 10:06 bblommers

I'm going to close this, as the bug itself is now fixed - Moto no longer fails when providing this parameter.

bblommers avatar Aug 13 '22 20:08 bblommers