Add version-pinned reconciliation decisions

This commit is contained in:
2026-08-04 11:45:35 +02:00
parent 3991c179a4
commit 314e7c3edf
15 changed files with 724 additions and 7 deletions
@@ -1953,6 +1953,7 @@ def _register_sql_renderers() -> None:
"limit": _render_limit,
"quality.rules": _render_unsupported,
"reconcile.compare": _render_unsupported,
"reconcile.decisions": _render_unsupported,
"subflow": _render_unsupported,
"output": _render_noop,
}