terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Model un UC environment not getting fully imported
Configuration
terraform { required_providers { databricks = { source = "databricks/databricks" version = "1.39.0" } } }
Expected Behavior
Models with versions should get exported
Actual Behavior
Only model getting exported and imported but versions within models are missing in import to secondary
Steps to Reproduce
- Create some models in UC enabled workspace and resister them
- Export the models using parameter uc-models using terraform exporter
- import the same to secondary
- check for the versions if they are imported
Terraform and provider versions
$ terraform version Terraform v1.1.7 on windows_amd64
provider registry.terraform.io/databricks/databricks v1.39.0