I'm trying to create a custom Dataset and store a ...
# ingestion
o
I'm trying to create a custom Dataset and store a somewhat nested JSON schema inside its SchemaMetadata aspect. I'm trying to decide between the following four SchemaMetadata types: KafkaSchema, BinaryJsonSchema, KeyValueSchema, OtherSchema. Am I on the right track regarding this?
g
Hey there - the schema types are a bit confusing. They are not referenced in a significant way in the UI. I think OtherSchema should be fine.
thank you 1