Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-glue-sessions

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-glue-sessions

Glue Interactive Sessions Jupyter kernel that integrates almost anywhere Jupyter does including your favorite IDEs.

  • 1.0.7
  • PyPI
  • Socket score

Maintainers
5

Glue Interactive Sessions Jupyter kernel

Glue Interactive Sessions Jupyter kernel enables you to use AWS Glue Interactive Sessions from your favorite IDEs. This kernel integrates almost anywhere Jupyter does including your favorite IDEs. Documentation on how to install and use the kernel can also be found here.

Installation

  1. Use the following to install the kernel on your machine:

    The command, install-glue-kernels, installs the jupyter kernelspec for both pyspark and spark kernels.

    pip3 install --upgrade jupyter boto3 aws-glue-sessions

    install-glue-kernels

  2. Make sure your IAM role have permissions to run Glue https://docs.aws.amazon.com/glue/latest/dg/set-up-iam.html

Getting Started

Using the kernel via a local Jupyter Notebook

To start a local Jupyter Notebook, complete the following steps.

  1. Run the following command to launch Jupyter Notebook.

    jupyter notebook

  2. Choose New, and then choose one of the AWS Glue kernels to begin coding against AWS Glue.

Using the kernel via other IDEs

You may also use this kernel via VSCode or other IDEs that support Jupyter kernels. To set up the Glue Interactive Sessions kernel for Visual Studio Code follow these instructions.

ChangeLog

v1.0.7 (2024-09-06)

  • Fixed %%tags implementation for newly created sessions.

v1.0.6 (2024-05-23)

  • Removed glue_ray session type and related magics.

v1.0.5 (2024-04-19)

  • New magic %timeout for configuring 'Timeout' parameter for Session.
  • New magic %reconnect, Customers can use %reconnect and reconnect to any of their live Session.

v1.0.4 (2023-12-01)

Added support for inferring region from AWS_REGION environment variable.

v1.0.3 (2023-11-15)

Added support for handling special characters in owner tag.

v1.0.2 (2023-10-16)

There is no change in customer behavior with this kernel version.

v1.0.1 (2023-10-13)

There is no change in customer behavior with this kernel version.

v1.0.0 (2023-09-05)

  • Kernel defaults to Glue version 4.0 if a default Glue version wasn’t specified.
  • New magics %session_type , %%assume_role, %%tags
  • %list_sessions now also displays session status and creation time.
  • Support for additional visualizations through %matplotlib magic
  • Configurations can now be provided through magics, environment variables and AWS config files.
  • Fix for VSCode startup issue

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc