In the context of Materialize #26881, walking through my understanding of how the proposed design would work to handle schema evolution using dbt-materialize
.
-
With the current proposal, we will automatically create a table (or multiple tables, for multi-output sources) the first time someone types
CREATE SOURCE
:-- This creates a source `kafka_src` + a table `t`, which is what you will