monarch-initiative / koza

Data transformation framework for LinkML data models
https://koza.monarchinitiative.org/
BSD 3-Clause "New" or "Revised" License
48 stars 4 forks source link

Add some sort of progress bar to Koza. #152

Open amc-corey-cox opened 2 weeks ago

amc-corey-cox commented 2 weeks ago

if you print to the console, you have to use "tqdm.write" and not print/the logger.

We should probably leave this off by default with a noticeable configuration to turn it on?

tqdm is a nice library for adding a progress bar.

amc-corey-cox commented 2 weeks ago

There were some great thoughts shared on this in our KG Construction Crew meeting by @DnlRKorn and @ptgolden and I don't think I managed to capture them here. Please add your thoughts if you'd like.