Skip to main content

A JupyterLab extension for Unity Catalog

Project description

junity

Github Actions Status

A JupyterLab extension for Unity Catalog. This extension allows you to browse and search for Unity Catalogs directly from JupyterLab. In addition, it supports authentication with Google and token-based access to the Unity Catalog server.

Junity Demo

Requirements

  • JupyterLab >= 4.0.0

Install

To install the extension, execute:

pip install junity

Uninstall

To remove the extension, execute:

pip uninstall junity

Configuration

For configuration, you can use the JupyterLab settings editor or set Environmental variables.

Possible editor / env settings are:

  • hostUrl / JY_HOST_URL: The URL of the Unity Catalog server. Default is http://localhost:8080.
  • accessToken / JY_ACCESS_TOKEN: The token to authenticate with the Unity Catalog server. Default is None.
  • googleAuthEnabled / JY_GOOGLE_AUTH_ENABLED: Enable or disable authentication. Default is False. If enabled, the googleClientId setting is required. In addition, the UC server must be configured to accept Google authentication and user must exist in the UC server.
  • googleClientId / JY_GOOGLE_CLIENT_ID: The Google client ID for authentication. Default is None.

Settings can be configured partially in editor and partially in env variables. The env variables overwrite editor settings. Env vars are only processed on startup, but editor settings can be changed at runtime.

Debugging

You can watch the Jupyter lab console output for logs/errors. Possible errors:

  • Failed to fetch: The server is not reachable. Check the hostUrl setting.
  • Authentication failed: The authentication failed. Check the accessToken or googleAuth settings. Try logging in again.
  • Invalid token: The token is invalid. Tokens are valid for 1 hour. You can get a new token by logging in again.
  • Cross Origin Request Blocked: The UC server does not allow traffic from the JupyterLab server. Add the JupyterLab server to the CORS settings in the UC server.
## Docker Example

In the `docker` folder, you can find an example of how to run JupyterLab and Unity Catalog in Docker containers.
To run the example, execute:

```bash
docker compose up --build -d

This will start JupyterLab on http://localhost:8888 and Unity Catalog on http://localhost:8080/api/2.1/unity-catalog. You can access the example notebook by opening this URL in your browser: http://localhost:8888/lab?token=junity/tree/example.ipynb

Contributing

Development install

Note: You will need NodeJS to build the extension package.

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Change directory to the junity directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

Development uninstall

pip uninstall junity

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named junity within that folder.

Testing the extension

Frontend tests

This extension is using Jest for JavaScript code testing.

To execute them, execute:

jlpm
jlpm test

Linting and prettier

jlpm lint
jlpm prettier

Integration tests

This extension uses Playwright for the integration tests (aka user level tests). More precisely, the JupyterLab helper Galata is used to handle testing the extension in JupyterLab.

More information are provided within the ui-tests README.

Packaging the extension

See RELEASE

Remarks

Also checkout my other library dunky for a matching jupyter kernel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

junity-0.3.1.tar.gz (527.6 kB view details)

Uploaded Source

Built Distribution

junity-0.3.1-py3-none-any.whl (68.2 kB view details)

Uploaded Python 3

File details

Details for the file junity-0.3.1.tar.gz.

File metadata

  • Download URL: junity-0.3.1.tar.gz
  • Upload date:
  • Size: 527.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for junity-0.3.1.tar.gz
Algorithm Hash digest
SHA256 5799c26c405f246148b0a87e8ff6c369d69ad0f02f7df89b1887b437f8e98ac6
MD5 b2b10c271b8dcac2a7bf256c16af3cb9
BLAKE2b-256 499130c85e5b2b38d7a3d2281531db24cf0d0e65f1d7e6ea737edb6b9dc093ce

See more details on using hashes here.

File details

Details for the file junity-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: junity-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 68.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for junity-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 65ed32719af42b1251495347067bdd1d9376d1a5630f7431bc86255b6d135640
MD5 adac1ac70d207845947b783b9c8d4752
BLAKE2b-256 01f45562f21638aeedd37fa720a0ab0cab7f42256545f9b08cbe8de1d2339918

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page