mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
4d09201588
commit
69d477ff0b
|
@ -51,7 +51,7 @@ func resolveVolume(v *resources.Volume, b *bundle.Bundle) {
|
||||||
v.SchemaName = fmt.Sprintf("${resources.schemas.%s.name}", schemaK)
|
v.SchemaName = fmt.Sprintf("${resources.schemas.%s.name}", schemaK)
|
||||||
}
|
}
|
||||||
|
|
||||||
func resolvePipelineTarget(p *resources.Pipeline, b *bundle.Bundle) {
|
func resolvePipelineSchema(p *resources.Pipeline, b *bundle.Bundle) {
|
||||||
if p.PipelineSpec == nil {
|
if p.PipelineSpec == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@ -66,7 +66,7 @@ func resolvePipelineTarget(p *resources.Pipeline, b *bundle.Bundle) {
|
||||||
p.Schema = fmt.Sprintf("${resources.schemas.%s.name}", schemaK)
|
p.Schema = fmt.Sprintf("${resources.schemas.%s.name}", schemaK)
|
||||||
}
|
}
|
||||||
|
|
||||||
func resolvePipelineSchema(p *resources.Pipeline, b *bundle.Bundle) {
|
func resolvePipelineTarget(p *resources.Pipeline, b *bundle.Bundle) {
|
||||||
if p.PipelineSpec == nil {
|
if p.PipelineSpec == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue