-
Notifications
You must be signed in to change notification settings - Fork 4
[tools/migrations] Script to remove non-working workshop-demos #193
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
base: devel
Are you sure you want to change the base?
Conversation
|
Do you have an example of output with the current ipolcore state? |
I have executed locally: Output: List of 6 months old workshop Demos: 0 List of All non working Demos: 2 |
| ''' | ||
|
|
||
| print("List of All workshop Demos:", len(workshop_demo_list), "\n" ,workshop_demo_list, "\n") | ||
| print("List of 6 months old workshop Demos:", len(old_workshop_demo_list), "\n" ,old_workshop_demo_list, "\n") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This list is never populated
| parameter = get_params(di_cursor, demo_id) | ||
|
|
||
| #input blob required to run the demo | ||
| blob = get_blob(bl_cursor, demo_id) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that some demos might have more than one blob required for running a demo. Running demos this way might lead to demo no executed due to missing inputs.
No description provided.