1 Answer
- Newest
- Most votes
- Most comments
3
Hi , currently you can delete a specific session id using the CLI or APIs:
aws glue delete-session --id <sessioID>
as described in the documentation to get interactive session work you need to copy (only for the preview) the service json into the botocore folder.
AWS CLI works as well with botocore, so you would need to copy/install the AWS CLI inside the Virtual env you are using and then copy the service json inside the botocore library in the AWS CLI path.
Alternatively you could update the botocore service json for Glue in the native AWS CLI path (with the risk to have that updated with a preview content.)
please consider that interactive session is still in preview.
hope this helps,
Relevant content
- asked a year ago
- asked 5 months ago
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
What version CLI? I tried with aws-cli/2.4.19. Not sure if I need to install via a different none v2 Github branch.
Thx
@jb-po please see my updated answer