Back to Materialize

Source Versioning Disambiguation.Skill

doc/user/layouts/shortcodes/source-versioning-disambiguation.skill.md

123922 B
Original Source

{{- /* Skill output: render source versioning disambiguation as blockquote */ -}} {{- $is_new := .Get "is_new" -}} {{- $include_blurb := .Get "include_blurb" -}} {{- $other_ref := .Get "other_ref" -}}

Disambiguation: {{ if $include_blurb }}{{ if $is_new }}This page reflects the new syntax which allows Materialize to handle upstream DDL changes, specifically adding or dropping columns, without downtime. For the deprecated syntax, see the {{ $other_ref }}.{{ else }}This page reflects the legacy syntax, which requires downtime to handle upstream DDL changes. For the new syntax which can handle adding or dropping columns to the upstream tables without downtime, see the {{ $other_ref }}.{{ end }}{{ else }}{{ if $is_new }}This page reflects the new syntax. For the legacy syntax, see the {{ $other_ref }}.{{ else }}This page reflects the legacy syntax. For the new syntax, see {{ $other_ref }}.{{ end }}{{ end }}