This commit is contained in:
Shreyas Goenka 2024-12-27 19:18:14 +05:30
parent 1d337c8571
commit aa52b1dab3
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func resolveVolume(v *resources.Volume, 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
// 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
if schemaName == "" {
schemaName = p.Target