You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Describe the bug
when i use cli to create aws glue notebook with job mode flag, things doest work
Expected Behavior
create success
Current Behavior
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
The text was updated successfully, but these errors were encountered: