You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When producing tests/products.sql with avro output format, there is an error in the avro schema because of a period in the name. If the avro record name has periods, then it must match with the namespace
To Reproduce
datagen -s tests/products.sql -f avro
The text was updated successfully, but these errors were encountered:
Describe the bug
When producing tests/products.sql with avro output format, there is an error in the avro schema because of a period in the name. If the avro record name has periods, then it must match with the namespace
To Reproduce
The text was updated successfully, but these errors were encountered: