Does edx2bigquery support the new way of formatting course IDs? `course-v1:MITx+24.00x+2013_SOND` or does it only support the old style way of representing course IDs? `MITx/24.00x/2013_SOND` When I try to load a course using the new format, I get an error: ``` Error! Invalid course_id: BAD --> course-v1:MITx+24.00x+2013_SOND ``` Note: I'm not actually using that ID but a different ID, but it has the same format as this one.
Does edx2bigquery support the new way of formatting course IDs?
course-v1:MITx+24.00x+2013_SONDor does it only support the old style way of representing course IDs?
MITx/24.00x/2013_SONDWhen I try to load a course using the new format, I get an error:
Note: I'm not actually using that ID but a different ID, but it has the same format as this one.