-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added 'worker_type' and 'glue_version' attributes to the module #370
Added 'worker_type' and 'glue_version' attributes to the module #370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@vijayanandsharma thank you for the PR. Before we can merge this could you add a changelog fragment? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the change-log entry.
A couple of minor issues that I'll merge.
Something which would be really appreciated would be if you could add some integration tests for aws_glue_job. They live in tests/integration/targets/<module_name> and are just Ansible roles. It's much better when someone who's familiar with the service writes them. Given there aren't any integration tests for aws_glue_job I don't think it's fair to require them to get this PR merged.
Many thanks for taking the time to open this PR. I'm sorry it's taken so long to get it reviewed and merged. |
…ble-collections#370) * Added 'worker_type' and 'glue_version' attributes to the module * fix: fixed compare_glue_job_params to compare the new attributes * Added changelog - fragments * Minor docs tweaks
…ble-collections#370) * Added 'worker_type' and 'glue_version' attributes to the module * fix: fixed compare_glue_job_params to compare the new attributes * Added changelog - fragments * Minor docs tweaks
…ble-collections#370) * Added 'worker_type' and 'glue_version' attributes to the module * fix: fixed compare_glue_job_params to compare the new attributes * Added changelog - fragments * Minor docs tweaks
…#370) Improve state and config changes in ec2_instance Reviewed-by: https://github.com/apps/ansible-zuul
SUMMARY
Added support to
glue_version
andworker_type
attributes in the Glue ModuleISSUE TYPE
COMPONENT NAME
aws_glue_job.py