How to Configure Azure Databricks Unity Catalog with Terraform Part 2
10 min readOct 13, 2023
In this story, we will learn how to configure Azure Databricks Unity Catalog with Terraform.
In particular, we will learn:
- Managing Databricks Groups
- Difference Between Unity Catalog Account Groups and Workspace Local Groups
- Creating Azure Databricks Unity Catalog Account Groups
- Validating the Creation Azure Databricks Unity Catalog Account Groups
- Creating Azure Databricks Workspace Groups
- Validating the Creation Azure Databricks Workspace Local Groups
- Creating Unity Catalog Objects in the Metastore
- Creating a Databricks Catalog
- Creating a Databricks Catalog with a Group Owner
- Creating a Databricks Schema
- Creating a Databricks Schema with a Group Owner
- Validating the Creation of Azure Databricks Catalogs and Schemas
List of my Azure Databricks-related stories:
- How to Deploy Databricks in Azure with Terraform Step by Step
- How to Configure Azure Databricks Unity Catalog with Terraform Part 1
- How to Configure Azure Databricks…