mirror of https://github.com/databricks/cli.git
remove UC
This commit is contained in:
parent
5f2db1e2bd
commit
07f888c436
|
@ -93,7 +93,7 @@ func filerForVolume(ctx context.Context, b *bundle.Bundle) (filer.Filer, string,
|
||||||
if !ok {
|
if !ok {
|
||||||
return nil, "", diag.Diagnostics{baseErr}
|
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
|
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 UC volume using 'bundle deploy' and then switch over to using it in
|
||||||
the artifact_path.`
|
the artifact_path.`
|
||||||
|
|
|
@ -152,7 +152,7 @@ func TestFilerForVolumeInBundle(t *testing.T) {
|
||||||
Summary: "failed to fetch metadata for /Volumes/main/my_schema/my_volume: error from API",
|
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}},
|
Locations: []dyn.Location{{"config.yml", 1, 2}, {"volume.yml", 1, 2}},
|
||||||
Paths: []dyn.Path{dyn.MustPathFromString("workspace.artifact_path"), dyn.MustPathFromString("resources.volumes.foo")},
|
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
|
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 UC volume using 'bundle deploy' and then switch over to using it in
|
||||||
the artifact_path.`,
|
the artifact_path.`,
|
||||||
|
|
|
@ -302,7 +302,7 @@ func TestAccUploadArtifactToVolumeNotYetDeployed(t *testing.T) {
|
||||||
in databricks.yml:6:18
|
in databricks.yml:6:18
|
||||||
databricks.yml:11:7
|
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
|
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 UC volume using 'bundle deploy' and then switch over to using it in
|
||||||
the artifact_path.
|
the artifact_path.
|
||||||
|
|
Loading…
Reference in New Issue