Class DatabricksIntegrationAccountSettingsResponse

Settings configured on the Databricks integration account.

Hierarchy

  • DatabricksIntegrationAccountSettingsResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
systemTablesSqlWarehouseId?: string

ID of the SQL warehouse used to query the Databricks system tables.

workspaceUrl: string

URL of the Databricks workspace.

Generated using TypeDoc