Skip to content
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

aws cli glue #8724

Closed
daviddhc20120601 opened this issue Jun 5, 2024 · 2 comments
Closed

aws cli glue #8724

daviddhc20120601 opened this issue Jun 5, 2024 · 2 comments
Assignees
Labels

Comments

@daviddhc20120601
Copy link

Describe the bug

when i use cli to create aws glue notebook with job mode flag, things doest work
image

Expected Behavior

create success

Current Behavior

image

Reproduction Steps

use the above variables to create a new glue etl job

aws glue create-job --name $new_glue_etl_job_name
--job-mode notebook
--role $glue_etl_job_role
--command file://temp_glue_etl_job_command.json
--connections file://temp_glue_etl_job_connections.json
--default-arguments file://temp_glue_etl_job_default_arguments.json
--number-of-workers $glue_etl_job_number_of_workers
--security-configuration $glue_etl_job_security_configuration
--timeout $glue_etl_job_timeout
--worker-type $glue_etl_job_worker_type

Possible Solution

No response

Additional Information/Context

No response

CLI version used

aws --version aws-cli/2.15.59 Python/3.11.8 Linux/6.1.90-99.173.amzn2023.x86_64 exec-env/CloudShell exe/x86_64.amzn.2023

Environment details (OS name and version, etc.)

cloud shell

@daviddhc20120601 daviddhc20120601 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jun 5, 2024
@tim-finnigan tim-finnigan self-assigned this Jun 5, 2024
@tim-finnigan tim-finnigan added the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Jun 5, 2024
@tim-finnigan
Copy link
Contributor

Hi @daviddhc20120601 thanks for reaching out. Per the CHANGELOG, it looks like support for --job-mode was added in version 2.15.60. Please update to that version or above in order to access that parameter.

@tim-finnigan tim-finnigan added glue and removed bug This issue is a bug. investigating This issue is being investigated and/or work is in progress to resolve the issue. needs-triage This issue or PR still needs to be triaged. labels Jun 5, 2024
Copy link

github-actions bot commented Jun 5, 2024

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants