Skip to main content
The Self-Service Analytics Dremio connector lets you access the data available in Dremio from supported versions of MySQL and MS SQL Server data stores using the Self-Service Analytics client. The Self-Service Analytics Dremio connector supports Dremio Community and Enterprise Editions version 4.1 through 4.8. Before you can establish a connection from Self-Service Analytics to Dremio storage, a connector server needs to be installed and configured. See Manage Connectors and Connector Servers for general instructions and Connect to Dremio for details specific to the Dremio connector. After setting up the connector, create data sources that specify the necessary connection information and identify the data you want to use. See Create and Manage Data Sources for more information. After you set up your data sources, create dashboards, self service reports, and visuals from the data in these data sources.

Feature Support

Connector support for specific features is shown in the following table. Key: Y - Supported; N - Not Supported; N/A - not applicable

Connect to Dremio

The Dremio JDBC driver 3.0.6 is used by and included in the Dremio connector. Driver drop-in is supported, so you can replace this JDBC driver if you want. By default, the Dremio connector uses port 8142. To create a Dremio connector, you must provide three parameters:
  • The JDBC URL in a format supported by Dremio:
    or
  • A valid user name
  • A valid password.

Live Mode and Playback Considerations

Dremio supports reflections instead of indices. For more information about Dremio reflections, see https://docs.dremio.com/acceleration/. Because Dremio does not support indices, Self-Service Analytics cannot accurately determine which date and number fields are playable, so it treats all date and time fields as playable, by default. Consequently, use livemode and playback judiciously when you are working with large data sets. Switch playback and live mode on only for visuals you know that the corresponding SQL queries are covered by a reflection and can be accelerated. If you do not use Dremio reflections and are concerned that the default playability of all date and number fields might be misused and impact performance, you can switch this feature off using the connector configuration property: metadata.detection.mark-all-date-and-int-fields-playable. Valid values are true (on) and false (off). The default setting for this property is true.