# The MetastoreAssignment object

## Attributes

- `workspace_id` (int64)
  The unique ID of the <Databricks> workspace.
- `metastore_id` (string)
  The unique ID of the metastore.
- `default_catalog_name` (string)
  The name of the default catalog in the metastore. This field is deprecated.
   Please use "Default Namespace API" to configure the default catalog for a <Databricks> workspace.

## Example

```json
{
  "workspace_id": 0,
  "metastore_id": "string",
  "default_catalog_name": "string"
}
```


