Is it possible to use stream maps to rename a field in a stream? For example I would like to rename a field called
type
to
entity_type
. Motivation for this is it seems like when running discovery of the schema the field called
type
throws an error perhaps because type is already a reserved word in the schema spec. Did some testing and found that if I manually change the field name in the source (s3 jsonl) the tap runs as expected.