Describe the bug
Calling the submit_emr_job function
wr.emr.submit_spark_step(
cluster_id,
s3_path,
deploy_mode="client",
docker_image=image_path
)
Always yield deploy_mode as cluster despite explicitly mentioning otherwise
How to Reproduce
wr.emr.submit_spark_step(
cluster_id,
s3_path,
deploy_mode="client",
docker_image=image_path
)
Expected behavior
Deploy mode should be client
Your project
No response
Screenshots
No response
OS
Mac
Python version
3.9.9
AWS DataWrangler version
2.15
Additional context
No response