databricks / terraform-databricks-examples

Examples of using Terraform to deploy Databricks resources
https://registry.terraform.io/modules/databricks/examples/databricks/latest
Other
187 stars 116 forks source link

Add unity catalog examples #50

Closed bricksterlad closed 1 year ago

bricksterlad commented 1 year ago

I added multiple examples for Unity catalog resources creation:

  1. I modified the existing module adb-lakehouse to add the needed infrastructure resources for Unity Catalog
  2. I added two Unity Catalog modules : adb-lakehouse-uc-account-api responsible for creating resources that need account API calls and adb-lakehouse-uc-workspace-api responsible for creating resources that use the workspace API.
  3. I call both new modules inside of the adb-lakehouse example with the appropriate dependencies