terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

Model un UC environment not getting fully imported

Open WAG10 opened this issue 1 year ago • 0 comments

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

  1. Create some models in UC enabled workspace and resister them
  2. Export the models using parameter uc-models using terraform exporter
  3. import the same to secondary
  4. 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

Is it a regression?

Debug Output

Important Factoids

Would you like to implement a fix?

WAG10 avatar Apr 12 '24 08:04 WAG10