Materialize v0.98
v0.98
Sources and sinks
-
Support writing metadata to Kafka message headers in Kafka sinks via the new
HEADERSoption. -
Allow dropping subsources in PostgreSQL sources using the
DROP SOURCEcommand. TheALTER SOURCE...DROP SUBSOURCEcommand has been removed. -
Require the
CASCADEoption to drop PostgreSQL and MySQL sources with active subsources. Previously, dropping a PostgreSQL or MySQL source automatically dropped all the corresponding subsources. -
Allow changing the ownership of a subsource using the
ALTER OWNERcommand. Subsources may now have different owners to the parent source.
SQL
- Add
mz_internal.mz_postgres_source_tablesandmz_internal.mz_mysql_source_tablesto the system catalog. These tables .