Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model un UC environment not getting fully imported #3457

Open
WAG10 opened this issue Apr 12, 2024 · 0 comments
Open

Model un UC environment not getting fully imported #3457

WAG10 opened this issue Apr 12, 2024 · 0 comments
Labels
exporter TF configuration generator

Comments

@WAG10
Copy link

WAG10 commented Apr 12, 2024

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?

@nkvuong nkvuong added the exporter TF configuration generator label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter TF configuration generator
Projects
None yet
Development

No branches or pull requests

2 participants