Hochfrequenz / bo4e_migration_framework

A framework to validate and migrate data sets from a source via BO4E to a target system
MIT License
2 stars 0 forks source link

Switch to `AsyncGenerator[Foo]` instead of `list[Foo]` #165

Open hf-kklein opened 10 months ago

hf-kklein commented 10 months ago

it's harder to implement and debug but definitly brings lots of advantages, too