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
program bundles were deprecated a while back. A program bundle is a bundle with bundle_typeprogram. However, there are some lingering program bundles in the prod database. We should run a migration to convert these bundles to dataset bundles.
Tasks
Run a migration to convert bundles with programbundle_type to have a datasetbundle_type.
Remove references to the ProgramBundle class from the codalab-worksheets repo
Remove defensive checks from get_bundle_state_details() helper function
Overview
program
bundles were deprecated a while back. A program bundle is a bundle with bundle_typeprogram
. However, there are some lingeringprogram
bundles in the prod database. We should run a migration to convert these bundles todataset
bundles.Tasks
program
bundle_type to have adataset
bundle_type.get_bundle_state_details()
helper functionRelated Issues
#4228
The text was updated successfully, but these errors were encountered: