-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update update_data.py tqdm progress bar only on a successful stage #155
Comments
I will take a look at it! |
Thanks, @henrikth93! As discussed, would be good to even comment out the query functionality for a moment while you work on this and then figure out how to only update the progress bar on a "successful query" :) |
@andrewtavis, hello.. can I give a try on this? |
Hey @axif0 👋 This one is already assigned to @henrikth93. If he's fine with you taking over, then we can switch the assignment, or we can also try to find you a new issue :) |
Hello @axif0 and @andrewtavis! I am looking into this. If we can not find a new issue for @axif0, then maybe we can look into it together? |
Thanks @andrewtavis, I have commented there. Will you please have a look at the comment section of #96? |
Closed by #176 :) Thanks, @henrikth93! 🙌🚀 |
Terms
Description
As of now the update_data.py process allows will use a try-except to run the query here:
If the except block is entered, we still update the progress bar, but actually the exception triggers a retry later in the process. Ideally the progress bar would not be updated at this stage.
Contribution
Would be great to get some help here! Happy to support or get to it myself eventually 😊
The text was updated successfully, but these errors were encountered: