SQL extension features and usage - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

SQL extension features and usage

This section details the various features of the JupyterLab SQL extension in Studio, and provides instructions on how to use them. Before you can use the SQL extension to access and query data from your JupyterLab notebooks, an administrator must first configure the connection to your data sources. For information on how administrators can create connections to data sources, see Configure the SQL extension connection to data sources for administrators.

Note

To use the SQL extension, your JupyterLab application must run on a SageMaker distribution image version 1.6 or higher. These SageMaker images have the extension pre-installed.

The extension provides two components to help you access, discover, query, and analyze data from pre-configured data sources.

  • Use the user interface of the SQL extension to discover and explore your data sources. The UI capabilities can be further divided into the following subcategories.

    • With the data exploration UI element, you can browse your data sources and explore their tables, columns, and metadata. For details on the data exploration features of the SQL extension, see SQL extension data browser.

    • The connection caching element caches connections for quick access. For details on connection caching in the SQL extension, see SQL extension connection caching.

  • Use the SQL Editor and Executor to write, edit, and run SQL queries against connected data sources.