gcp-ingestion
gcp-ingestion copied to clipboard
Make generated avro schemas available to ingestion-beam
Avro schemas can be generated from mozilla-pipeline-schema through the jsonschema-transpiler.
These schemas should be made available to ingestion-beam via the AvroSchemaStore
added in #448. This would make the pipeline capable of serializing GenericRecord
. There are two options for doing this:
- A build step in ingestion-beam
- A build step in mozilla-pipeline-schemas