StaticprocessThe query info or template input containing SQL and parameter definitions
User-provided parameter values
OptionalsqlOverride: stringOptional SQL to use instead of query.SQL (e.g., platform-resolved SQL)
OptionalforceTemplateProcessing: booleanWhen true, processes Nunjucks templates even if the query's own UsesTemplate is false. Used for transitive template resolution when a composed dependency uses templates but the outer query does not.
StaticvalidateValidates parameters against their definitions. Boolean handling is platform-aware:
OptionalskipUnknownParameterCheck: boolean
Processes a query template with the provided parameters. Accepts either a full
QueryInfo(saved queries) or a minimalQueryTemplateInput(transient specs) — onlySQL,UsesTemplate, andParametersare used.