You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added bootcamp_run_id as the identifier to the BootcampRun model in #1173. At the time it wasn't a required field for older runs.
It would be nice if we can populate it for older ones so that it's easier to identify runs when we bring data together across different platforms (like MITxOnline and xpro)
There are around 10 runs that don't have bootcamp_run_id on production. Peter said he need to track down some info to do it
The text was updated successfully, but these errors were encountered:
@pdpinch Yes, this is still missing. It's the same 10 courses that have blank bootcamp_run_id. I can't access to Django admin on production. But the link should be something like this:
@pdpinch Would you like an engineer to take a look at this or this is something to be done manually? But we'll need someone to provide the IDs to be added.
We added
bootcamp_run_id
as the identifier to the BootcampRun model in #1173. At the time it wasn't a required field for older runs.It would be nice if we can populate it for older ones so that it's easier to identify runs when we bring data together across different platforms (like MITxOnline and xpro)
There are around 10 runs that don't have
bootcamp_run_id
on production. Peter said he need to track down some info to do itThe text was updated successfully, but these errors were encountered: