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
Idrees Khan edited this page Feb 21, 2018
·
6 revisions
Ratatool provides support for generating data using ScalaCheck's Gen[T] based on provided schema. Currently Avro, Protobuf, and BigQuery TableRow are supported. Generators are typically used to create input data to property based tests but can be used to generate data for arbitrary purposes.