3 weeks ago
Hello everyone,
we have a workspace with UC enabled, we already have a couple of catalogs attached and when using our personal compute we are able to read/write tables in those catalogs.
However for our jobs we deployed a cluster pool using Terraform but those clusters don't seem to have UC enabled and thus cannot access our catalogs. Did someone ever run into this issue ?
Thank you
3 weeks ago - last edited 3 weeks ago
hi @erigaud
you should add this to databricks_job which is also using your instance pool.
example::
3 weeks ago
Hi @erigaud,
Could you please share your cluster pool configuration?
3 weeks ago
try by adding this to your terraform code:
3 weeks ago
Hello @Alberto_Umana @saurabh18cs thank you for replying, here is the configuration we're using in the terraform code :
resource "databricks_instance_pool" "instance_pool" {
instance_pool_name = "instance-pool-${var.environment}-${var.project}"
min_idle_instances = 0
max_capacity = 30
node_type_id = "Standard_DS3_v2"
idle_instance_autotermination_minutes = 30
disk_spec {
disk_size = 80
disk_count = 1
disk_type {
azure_disk_volume_type = "STANDARD_LRS"
}
}
}
Should we add something to this configuration so it works ?
Thanks !
3 weeks ago - last edited 3 weeks ago
hi @erigaud
you should add this to databricks_job which is also using your instance pool.
example::
2 weeks ago
Confirmed that this works ! THank you
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group