[tools/migrations] Script to remove non-working workshop-demos#193
[tools/migrations] Script to remove non-working workshop-demos#193Jyotsnarajan wants to merge 1 commit intodevelfrom
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") |
| 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.
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.