materialize_source_table_kafka
: Include envelope_type
, key_format
and value_format
in read func
#665
Labels
enhancement
New feature or request
Feature request
@rjobanp has added
envelope
,key_format
, andvalue_format
columns to themz_internal.mz_kafka_source_tables
table in this PR.We need to extend the logic in the
read
function withinresource_source_table_kafka.go
to introduce parsing and mapping logic for the complex envelope, key, and value Terraform schema structures.The new table values look like:
We need to:
envelope
,key_format
, andvalue_format
columns from themz_internal.mz_kafka_source_tables
.envelope_type
, which may impact the resource behavior in Terraform.The text was updated successfully, but these errors were encountered: