Skip to content

Version 1.0.60

Compare
Choose a tag to compare
@joserc87 joserc87 released this 19 Sep 07:22
· 63 commits to master since this release

Added

New flag to store the entity mapping data in memory, when using edge. Use
with caution.

eref = api.get_entity_type_reference(entity_type, "full", file_date)
eref.store_in_memory = True
for entity in eref:
    print(entity)