Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DatabricksParameters

import type { DatabricksParameters } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The required parameters that are needed to connect to a Databricks data source.

interface DatabricksParameters {
Host: string;
Port: number;
SqlEndpointPath: string;
}

§Properties

§
Host: string
[src]

The host name of the Databricks data source.

§
Port: number
[src]

The port for the Databricks data source.

§
SqlEndpointPath: string
[src]

The HTTP path of the Databricks data source.