You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying a model resource to a target with development mode, the automatic tagging mechanism added a tag that does not comply to Databricks create model API and caused the following error
$ databricks bundle deployStarting upload of bundle filesUploaded bundle files at /Users/<redacted>/.bundle/test-dab/dev/files!Starting resource deploymentError: terraform apply: exit status 1 Error: cannot create mlflow model: Missing required field: tag value with databricks_mlflow_model.test_model, on bundle.tf.json line 22, in resource.databricks_mlflow_model.test_model: 22: }
From the file we can observe that the tags "key": "dev" does not have a value that caused the error. For production mode there is no automatic tag added so no error is raised.
The text was updated successfully, but these errors were encountered:
Databricks CLI version
Bug reproduction
When deploying a model resource to a target with development mode, the automatic tagging mechanism added a tag that does not comply to Databricks create model API and caused the following error
File databricks.yml
File bundle.tf.json output from
databricks bundle validate
From the file we can observe that the tags
"key": "dev"
does not have a value that caused the error. For production mode there is no automatic tag added so no error is raised.The text was updated successfully, but these errors were encountered: