```Traceback (most recent call last): ........ F...
# ingestion
f
Copy code
Traceback (most recent call last):
........
  File "/usr/local/lib/python3.8/site-packages/avrogen/avrojson.py", line 272, in <listcomp>
    return [self._generic_from_json(x, writers_schema.items, readers_schema.items)
  File "/usr/local/lib/python3.8/site-packages/avrogen/avrojson.py", line 248, in _generic_from_json
    result = self._union_from_json(json_obj, writers_schema, readers_schema)
  File "/usr/local/lib/python3.8/site-packages/avrogen/avrojson.py", line 304, in _union_from_json
    raise schema.AvroException('Datum union type not in schema: %s', value_type)
avro.schema.AvroException: ('Datum union type not in schema: %s', 'com.linkedin.pegasus2avro.common.BrowsePaths')
g
I can reproduce this locally - looking into it further
@fancy-helmet-32669 can you try running
Copy code
DATAHUB_VERSION=head ./scripts/datahub_docker.sh ingest -c ./examples/recipes/example_to_datahub_rest.yml
f
@gray-shoe-75895, Thank you so much!
🎉 1