From aa52b1dab3354c56886cae7740b2cb73fb5ade69 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 27 Dec 2024 19:18:14 +0530 Subject: [PATCH] - --- bundle/config/mutator/resolve_schema_dependency.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/mutator/resolve_schema_dependency.go b/bundle/config/mutator/resolve_schema_dependency.go index fbb389fd..e2468b78 100644 --- a/bundle/config/mutator/resolve_schema_dependency.go +++ b/bundle/config/mutator/resolve_schema_dependency.go @@ -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