Class DatabricksIntegrationAccountSettingsRequest

Settings for creating the Databricks integration account.

Hierarchy

  • DatabricksIntegrationAccountSettingsRequest

Constructors

Properties

systemTablesSqlWarehouseId?: string

ID of the SQL warehouse used to query the Databricks system tables. Find it at the end of the HTTP Path under Warehouses > Connection Details in the Databricks console. Required when the cloud cost metrics or the Data Observability dataflow is enabled, or when serverless_jobs_enabled is on; since serverless jobs are on unless explicitly disabled, omitting this field otherwise causes the request to be rejected with a 422 response.

workspaceUrl: string

URL of the Databricks workspace.

Generated using TypeDoc