Bug: sql schema parser adds table name to record payload
bobbyiliev opened this issue · 0 comments
bobbyiliev commented
Describe the bug
the sql schema parser adds the table name to the payload. This was initially intended to generate all of the record in one topic which is no longer the case.
To Reproduce
Try generating some records using the sql test files.
Expected behavior
Remove the table name from the sql parser output.