mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
1d337c8571
commit
aa52b1dab3
|
@ -51,7 +51,7 @@ func resolveVolume(v *resources.Volume, b *bundle.Bundle) {
|
||||||
func resolvePipeline(p *resources.Pipeline, b *bundle.Bundle) {
|
func resolvePipeline(p *resources.Pipeline, b *bundle.Bundle) {
|
||||||
// schema and target have the same semantics in the DLT API but are mutually
|
// schema and target have the same semantics in the DLT API but are mutually
|
||||||
// exclusive. If schema is set, the pipeline is in direct publishing mode
|
// exclusive. If schema is set, the pipeline is in direct publishing mode
|
||||||
// and can write tables to multiple schemas (vs target which is a single schema).
|
// and can write tables to multiple schemas (vs target which is limited to a single schema).
|
||||||
schemaName := p.Schema
|
schemaName := p.Schema
|
||||||
if schemaName == "" {
|
if schemaName == "" {
|
||||||
schemaName = p.Target
|
schemaName = p.Target
|
||||||
|
|
Loading…
Reference in New Issue