finopsfoundation / focus_converters

Parent repository to hold all common documentation and code samples for all FOCUS Converter projects
MIT License
83 stars 44 forks source link

Add AVRO export support #348

Open ahullah opened 5 months ago

ahullah commented 5 months ago

Is your feature request related to a problem? Please describe. Hey FOCUS team, I understand that parquet is the preferred output format but is there a way to extend the converter to output in other formats such as AVRO (https://avro.apache.org/) as i have systems that are not able to ingest parquet.

Describe the solution you'd like Command line param to support a user configured output format that includes Parquet & AVRO output options.