We want to make sure that JSONB fields in source-postgres are correctly mapped to JSONB in materialize-postgres as well.
The suggested idea is to use contentMediaType or a similar annotation in JSONSchema to pass information about the underlying type of the JSON field in the source connector, and use that info in the materialization to materialize it as JSONB.
We want to make sure that JSONB fields in source-postgres are correctly mapped to JSONB in materialize-postgres as well.
The suggested idea is to use
contentMediaTypeor a similar annotation in JSONSchema to pass information about the underlying type of the JSON field in the source connector, and use that info in the materialization to materialize it as JSONB.