Skip to main content

Dremio

Introduction

Dremio is supported as a destination connector. You can use it to authenticate and validate connectivity to a Dremio instance.

At this time, loading data into Dremio is still in development. Runs will fail at the load step even if authentication succeeds.

Setup

Before configuring the connector, you’ll need:

  • A reachable Dremio endpoint (for example, https://your-dremio-host:9047)
  • A Dremio Personal Access Token (PAT) with permission to access the Dremio API

Authentication

This connector authenticates using a Personal Access Token.

During credential validation, the connector makes a request to:

  • GET {endpoint}/api/v3/catalog

and sends the PAT as a Bearer token.

Configuration

FieldTypeRequiredDescription
endpointstringBase URL for your Dremio instance (for example, https://your-dremio-host:9047).
personal_access_tokenstringDremio Personal Access Token used for API authentication.

Streams

This is a destination connector and does not expose source streams.

Limitations

  • Destination loading is not yet available. The connector currently validates credentials/connectivity only and will error during the load phase.