Managed Kafka landing
For sourceorder_events:
kafka_value plus normalized replay columns.
The Kafka engine table feeds the landing materialized view, which writes retained history into the
raw MergeTree table.
Direct-mode model graph
tbl__* names are physical model tables in direct mode. A build drops and recreates selected model
tables and MVs while preserving managed source objects.
Here the raw source feeds mv__orders, which writes tbl__orders; that table then feeds
mv__daily_revenue, which writes tbl__daily_revenue.
Virtual-environment model graph
tbl__* names are
stable ClickHouse views. Publish replaces those view bindings one relation at a time.
The raw source feeds the deployment-specific orders MV and table. The stable tbl__orders view
points to the table belonging to the published deployment.
Adopted sources
An adoptedstream_table has no Kafka table, raw table, or landing MV:
orders_existing table feeds mv__orders_enriched, which writes
tbl__orders_enriched.

