Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions spiceaidocs/docs/data-connectors/dremio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: 'Dremio Data Connector'
sidebar_label: 'Dremio Data Connector'
description: 'Dremio Data Connector Documentation'
---

[Dremio](https://www.dremio.com/) server as a connector for federated SQL queries.

## `params`

- `endpoint`: The endpoint used to connect to the Dremio server.

## `auth`

Username and password credentials are required to log into the Dremio Server. `spice login dremio` can be used to configure secrets for the Spice runtime.

Check [Secrets Stores](/secret-stores) for details on configuring secrets.

## Example

```yaml
- from: dremio:datasets.dremio_dataset
name: dremio_dataset
params:
endpoint: grpc://127.0.0.1:32010