remove UC

This commit is contained in:
Shreyas Goenka 2024-12-02 11:45:32 +01:00
parent 5f2db1e2bd
commit 07f888c436
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
3 changed files with 3 additions and 3 deletions

View File

@ -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.`

View File

@ -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.`,

View File

@ -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.