Roman Inozemtsev
Results
2
comments of
Roman Inozemtsev
from looking at generated code, the third parameter is for options. like `jq.promised.raw(jsonInput, jqExpr, ['--raw-output'])` but it's "sticky", once applied it somehow stays there. so calling next time with `jq.promised.raw(jsonInput,...
was it in examples? given how you imported ``` from avro.schema import SchemaFromJSONData as make_avsc_object ``` you should do ``` make_avsc_object(schema_dict, avro.schema.Names()) ``` without `avro.schema`