Hi,
We have a task to extract protobuf metadata into output file with unified schema/specification, and generate staging dbt model yaml(ideally sql files as well) file from the output file.
So far, it seems like that converting protobuf metadata to JSON Schema looks reasonable. But, is it possible to create dbt yaml and sql file from that JSON schemas? Has someone did it before?
Any suggestion or help appreciated.