databricks_system_schema Resource

Manages system tables enablement. System tables are a Databricks-hosted analytical store of your account’s operational data. System tables can be used for historical observability across your account. System tables must be enabled by an account admin.

Example Usage

Enable the system schema access

resource "databricks_system_schema" "this" {
  schema = "access"
}

Argument Reference

The following arguments are available:

Attribute Reference

In addition to all arguments above, the following attributes are exported:

Import

This resource can be imported by the metastore id and schema name

terraform import databricks_system_schema.this <metastore_id>|<schema_name>