Closed peiwenhu closed 8 months ago
Please check out documentation for Avro: https://github.com/privacysandbox/protected-auction-key-value-service/blob/main/docs/data_loading/loading_data.md#before-you-start-choose-your-file-format https://github.com/privacysandbox/protected-auction-key-value-service/blob/main/docs/data_loading/data_format_specification.md
Although the documentation is published more recently, the code has been available in release 0.15.
We're adding support to read Avro files. ETA is early December.
The current plan is that the file will contain rows of strings each in the existing Flatbuffers format in public/data_loading. The schema may evolve though in the future.
Details will be coming with the implementation.