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
Update bind method to use singular resource name in output messages (#2571)
## Why
<!-- Why are these changes needed? Provide the context that the reviewer
might be missing.
For example, were there any decisions behind the change that are not
reflected in the code itself? -->
Previously, the output messages in the bind method were using the
Terraform
resource name (e.g., "databricks_job"). This commit changes the
implementation
to use the resource's singular name (e.g., "job") instead, which
provides more
user-friendly and consistent messaging.
## Tests
<!-- How have you tested the changes? -->
Outputs of existing acceptance tests were updated to reflect the change
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
Successfully bound databricks_registered_model with an id 'main.test-schema-rmodel-[UUID].test-registered-model-[UUID]'. Run 'bundle deploy' to deploy changes to your workspace
20
+
Successfully bound registered_model with an id 'main.test-schema-rmodel-[UUID].test-registered-model-[UUID]'. Run 'bundle deploy' to deploy changes to your workspace
21
21
22
22
>>> [CLI] bundle deploy
23
23
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/bind-registered-model-test-[UNIQUE_NAME]/default/files...
0 commit comments