Bug: materialize_source_kafka
allows incompatible format
and key_format
options
#654
Labels
bug
Something isn't working
What version of the Materialize Terraform provider are you using?
v0.8.8
What version of the Terraform CLI are you using?
v1.9.5
What version of Materialize are you using?
v0.117.0
What is the issue?
@sthm noticed that the Terraform provider allows you to specify
format
andket_format
options which are incompatible:This results in the following error:
│ Error: ERROR: Expected end of statement, found KEY (SQLSTATE 42601)
To reproduce:
We should extend the schema for the Kafka source and include a
ConflictsWith
for the format attribute so that it can not be used together with thekey_format
andvalue_format
attributes.The text was updated successfully, but these errors were encountered: