diff --git a/bundle/libraries/filer_volume.go b/bundle/libraries/filer_volume.go index b0b36179..f3a6fdbe 100644 --- a/bundle/libraries/filer_volume.go +++ b/bundle/libraries/filer_volume.go @@ -93,7 +93,7 @@ func filerForVolume(ctx context.Context, b *bundle.Bundle) (filer.Filer, string, if !ok { return nil, "", diag.Diagnostics{baseErr} } - baseErr.Detail = `You are using a UC volume in your artifact_path that is managed by + baseErr.Detail = `You are using a volume in your artifact_path that is managed by this bundle but which has not been deployed yet. Please first deploy the UC volume using 'bundle deploy' and then switch over to using it in the artifact_path.` diff --git a/bundle/libraries/filer_volume_test.go b/bundle/libraries/filer_volume_test.go index d7a87430..bbd8f20f 100644 --- a/bundle/libraries/filer_volume_test.go +++ b/bundle/libraries/filer_volume_test.go @@ -152,7 +152,7 @@ func TestFilerForVolumeInBundle(t *testing.T) { Summary: "failed to fetch metadata for /Volumes/main/my_schema/my_volume: error from API", Locations: []dyn.Location{{"config.yml", 1, 2}, {"volume.yml", 1, 2}}, Paths: []dyn.Path{dyn.MustPathFromString("workspace.artifact_path"), dyn.MustPathFromString("resources.volumes.foo")}, - Detail: `You are using a UC volume in your artifact_path that is managed by + Detail: `You are using a volume in your artifact_path that is managed by this bundle but which has not been deployed yet. Please first deploy the UC volume using 'bundle deploy' and then switch over to using it in the artifact_path.`, diff --git a/internal/bundle/artifacts_test.go b/internal/bundle/artifacts_test.go index 222e837d..2d3c151f 100644 --- a/internal/bundle/artifacts_test.go +++ b/internal/bundle/artifacts_test.go @@ -302,7 +302,7 @@ func TestAccUploadArtifactToVolumeNotYetDeployed(t *testing.T) { in databricks.yml:6:18 databricks.yml:11:7 -You are using a UC volume in your artifact_path that is managed by +You are using a volume in your artifact_path that is managed by this bundle but which has not been deployed yet. Please first deploy the UC volume using 'bundle deploy' and then switch over to using it in the artifact_path.