Categorygithub.com/conduitio-labs/conduit-connector-databricks

# README

Conduit Connector for Databricks

A Conduit destination connector for Databricks.

How to build?

Run make build to build the connector.

Testing

The repository contains unit and integrations tests for the connector. The integration tests need the following environment variables:

  • DATABRICKS_API_TOKEN
  • DATABRICKS_HOST
  • DATABRICKS_PORT
  • DATABRICKS_HTTP_PATH

If those are not set, the integration tests will be skipped. The following commands can be used to run all the tests:

export DATABRICKS_API_TOKEN="dapi123abc"
export DATABRICKS_HOST="dbc-123-abc.cloud.databricks.com"
export DATABRICKS_PORT="443"
export DATABRICKS_HTTP_PATH="/sql/1.0/warehouses/123abc"
make test

Destination

Configuration

namedescriptionrequireddefault value
dsnDSN connection stringtrue""

# Packages

No description provided by the author
Package mock is a generated GoMock package.

# Functions

No description provided by the author
No description provided by the author
Specification returns the connector's specification.

# Variables

Connector combines all constructors for each plugin in one struct.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author