https://dagster.io/ logo
#tools
Title
# tools
t

Thomas

12/29/2020, 2:01 PM
tqdm with dagster / dagit Hello, does anyone have implemented dagster with tqdm ?
s

sashank

12/29/2020, 2:05 PM
@matas has an implementation here: https://github.com/dagster-io/dagster/pull/3183
👍 1
You can copy paste the function in
python_modules/libraries/dagster-tqdm/dagster_tqdm/__init__.py
❤️ 1
t

Thomas

12/29/2020, 2:07 PM
Really good, I was sure about something like this since it benfits from logger 🙂
g

George Pearse

07/21/2021, 12:45 PM
I've had no luck with this. Looks great in the snippets I've seen but mine's staying stuck at 0 even after successful solid completion.
Also has anyone had this working properly with multiprocessor solids?
11 Views