# Manage JDBC drivers

> Manage JDBC drivers - How to create predefined JDBC driver configurations, upload, modify, and
> delete drivers, and restrict access to JDBC data stores.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.643395+00:00` (UTC).

## Primary page

- [Manage JDBC drivers](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html): Full documentation for this topic (HTML).

## Sections on this page

- [Predefined driver configurations](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#predefined-driver-configurations): In-page section heading.
- [Add drivers](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#add-drivers): In-page section heading.
- [Modify drivers](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#modify-drivers): In-page section heading.
- [Delete drivers](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#delete-drivers): In-page section heading.
- [Restrict access to JDBC data stores](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#restrict-access-to-jdbc-data-stores): In-page section heading.
- [Control user access](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#control-user-access): In-page section heading.
- [Variable substitutions](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#variable-substitutions): In-page section heading.

## Related documentation

- [Account management](https://docs.datarobot.com/en/docs/platform/index.html): Linked from this page.
- [Administrator's guide](https://docs.datarobot.com/en/docs/platform/admin/index.html): Linked from this page.
- [Manage the cluster](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/index.html): Linked from this page.
- [depending on their roles](https://docs.datarobot.com/en/docs/reference/misc-ref/roles-permissions.html): Linked from this page.
- ["Disable Database Connectivity"](https://docs.datarobot.com/en/docs/platform/admin/manage-entities/manage-users.html#additional-permissions-options): Linked from this page.
- [Supported data stores](https://docs.datarobot.com/en/docs/reference/data-ref/data-sources/index.html): Linked from this page.
- [admin setting](https://docs.datarobot.com/en/docs/platform/admin/user-settings.html): Linked from this page.

## Documentation content

# Manage JDBC drivers

> [!NOTE] Availability information
> This feature is only available on Self-Managed AI Platform installations.
> 
> Required permission: Can manage JDBC database drivers

You manage Java Database Connectivity (JDBC) drivers by:

- Working with JDBC drivers
- Restricting access for Kerberos authentication systems

A driver allows DataRobot to provide a way for users to ingest data from a database via JDBC. The administrator can [upload JDBC driver files](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#add-drivers) (as a Java Archive (JAR) file) for their organization's users to access when creating data connections. As part of driver creation, the administrator can also upload additional JAR files containing library dependencies. Once uploaded, an administrator can delete or modify drivers.

By default, all users have permissions to create, modify ( [depending on their roles](https://docs.datarobot.com/en/docs/reference/misc-ref/roles-permissions.html)), and share data connections and data sources. If needed, you can prevent access to data stores and data sources for a specific user with the ["Disable Database Connectivity"](https://docs.datarobot.com/en/docs/platform/admin/manage-entities/manage-users.html#additional-permissions-options) user permission; this prevents that user from creating new JDBC data connections or importing data from any defined JDBC data sources.

Additionally, for cluster deployments using Kerberos authentication, you can control access to data stores through [validation and variable substitution](https://docs.datarobot.com/en/docs/platform/admin/manage-cluster/manage-drivers.html#restrict-access-to-jdbc-data-stores).

## Predefined driver configurations

When users create data connections for a selected JDBC driver, they specify how to retrieve the data. This may be a defined JDBC URL or a set of parameters. Because creating the JDBC URLs for data connections can be complicated, DataRobot provides predefined configurations for some supported drivers that have parameter support. Driver configurations specify the information users need to provide to retrieve data from their data sources.

Each predefined configuration includes typical information needed to create connections using that type of driver. For example, while connections to Presto driver typically require the catalog and schema, connections to Snowflake driver often need the database and warehouse.

Predefined configurations are available for the following drivers:

- AWS Athena
- Azure SQL
- Azure Synapse
- Google BigQuery
- Intersystems
- kdb+
- Microsoft SQL Server
- MySQL
- Postgres
- Presto
- Redshift
- SAP HANA
- Snowflake
- Treasure Data: Hive

When you add a new driver, you can select to use a predefined configuration (if one exists for that driver), or you can create a custom driver which does not include a configuration.

## Add drivers

The steps below describe how to create a driver instance.

1. Click the profile icon in the top right corner of the application screen, and selectData Connectionsfrom the dropdown menu.
2. Select theConnectors & Driverstab.
3. In the left-panelDriverslist, clickAdd new driver.
4. In the displayed dialog, select the type of configuration you are using for this driver:
5. If you are adding a driver that has a configuration (Predefined), complete the following fields as prompted: FieldDescriptionConfigurationSelect the configuration to use for the driver you are creating. Configurations for some supported drivers with parameter support in DataRobot are provided for selection. If you don't see the configuration you want then create this as acustomdriver and specify driver name and driver class.Class name (Predefined)Shows the driver class name defined in this configuration.VersionEnter the version (user-defined) for the driver. This value is required. The combination of driver name and version are used to identify the driver configuration for users.Driver Files *Click+ UPLOAD JARto add the driver JAR file. Follow the same process for each additional library dependencies. When uploaded successfully, the JAR filename(s) appear in this field.
6. If you are adding a driver that does not include a configuration (Custom), complete the following fields as prompted: FieldDescriptionDriver nameEnter a display name for the driver.Class nameEnter the driver class name. If unknown, refer to the driver documentation.Driver Files *Click+ UPLOAD JARto add the driver JAR file. Follow the same process for each additional library dependencies. When uploaded successfully, the JAR filename(s) appear in this field. * The JAR driver and dependency file size limit is 100MB. That is, each file upload can be a maximum of 100MB, but totals may exceed that limit. NoteDataRobot does not validate uploaded drivers (other than simple extension checking).
7. ClickCreate driverto add the driver. The new driver is shown in the left-panelDriverslist, and the driver configuration is now available to all users in your organization. Drivers created with predefined configurations are named in the formatdriver name (version).

### Modify drivers

If you are modifying drivers that use predefined configurations, you can change only the version and JAR files for the driver configuration. (The driver name is created automatically as a combination of selected configuration and version.) Also, note that removing the predefined configuration for a driver makes it a driver with a custom configuration (i.e., connections using this driver will require a JDBC URL).

If you are modifying drivers that use custom configurations, you can change the driver name, configuration, class name, or JAR file(s). Adding a configuration to a driver makes it a driver with a predefined configuration. If you do select to add a configuration for the driver, DataRobot automatically verifies that any JDBC URLs for existing data connections are not affected. If that is not necessary, then you can select to skip the URL validation.

> [!NOTE] Note
> DataRobot recommends that you notify your users about driver configuration modifications that will affect JDBC URLs for existing data connections, so they can recreate them, if needed.

1. Select the driver from the left-panelDriverslist. The information for the driver configuration is added to the main window.
2. If this driver has a predefined configuration:
3. If this driver has a custom configuration: If there are existing connections to the driver and the new configuration will affect the JDBC URLs (and you still want to make this change), selectSkip data connections verification. This ensures DataRobot does not validate JDBC URLs for existing data connections. As shown in the below image, if existing JDBC URLs are affected by the new configuration andSkip data connections verificationisnotselected, the configuration cannot be added to the driver.
4. For either type of driver, you can clickUPDATE JAR FILEto replace the JAR file(s).
5. ClickSave changesto save modifications to this driver. You see the updated driver listing in the left-panelDriverslist. Any existing data connections for this driver are updated with these changes automatically.

### Delete drivers

You can delete any driver that is not being used by existing data connections. If it is being used, you must first delete the dependencies.

1. Select the driver in the left-panel Drivers list.
2. In the upper right, click Delete Driver . If there are no existing data connections for the driver, DataRobot prompts for confirmation (if there are existing data connections using the driver, DataRobot provides a warning).
3. Click Delete to remove the driver.

If you see the connector warning, the dependencies first need to be removed (in the Data Connections tab). Then, you can try again to delete the driver.

## Restrict access to JDBC data stores

> [!NOTE] Availability information
> Required permission: Can manage users, Can manage JDBC database drivers

When using Kerberos authentication for JDBC, you can control access to data stores through validation and variable substitution.

### Control user access

You can restrict the ability to create and modify JDBC data stores that utilize impersonation to only those users with the [admin setting](https://docs.datarobot.com/en/docs/platform/admin/user-settings.html)"Can create impersonated Data Store."

Within cluster configuration ( `config.yaml`), you can define impersonated keywords that are used by any installed drivers that support impersonation. These keywords could be used to define operations considered "dangerous" and therefore permitted to only select users. By default, no impersonation keywords are defined.

When a user attempts to create or modify a JDBC data store and there are impersonation keywords defined for the installation, DataRobot determines if the URI includes any of the keywords. If the URI includes one or more of the keywords and the "Can create impersonated Data Store" admin setting is enabled for the user, they are allowed to create or modify it. If keywords are included in the URI but the user does not have the "Can create impersonated Data Store" setting enabled, then DataRobot does not allow the request to create or modify it.

### Variable substitutions

The variable substitution syntax, `${datarobot_read_username}`, provides another way to control access to drivers. If that variable is included in the URI when trying to ingest from the data source/data store, DataRobot replaces it with the impersonated account associated with the logged in user.
