This introduces the modulestore_migrator app, which can be used to copy content (courses and libraries) from modulestore into Learning Core. It is currently aimed to work on the legacy library -> v2 library migration, but it will be used in the future for course->library and course->course migrations. This includes an initial REST API, Django admin interface, and Python API. Closes: https://github.com/openedx/edx-platform/issues/37211 Requires some follow-up work before this is production-ready: https://github.com/openedx/edx-platform/issues/37259 Co-authored-by: Andrii <andrii.hantkovskyi@raccoongang.com> Co-authored-by: Maksim Sokolskiy <maksim.sokolskiy@raccoongang.com>
36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
# This file is used by the 'check_reserved_keywords' management command to allow specific field names to be overridden
|
|
# when checking for conflicts with lists of restricted keywords used in various database/data warehouse tools.
|
|
# For more information, see: https://github.com/openedx/edx-django-release-util/release_util/management/commands/check_reserved_keywords.py
|
|
#
|
|
# overrides should be added in the following format:
|
|
# - ModelName.field_name
|
|
---
|
|
MYSQL:
|
|
- CornerstoneGlobalConfiguration.key
|
|
- CourseCompleteImageConfiguration.default
|
|
- DegreedEnterpriseCustomerConfiguration.key
|
|
- ExperimentData.key
|
|
- ExperimentKeyValue.key
|
|
- GeneratedCertificate.key
|
|
- HistoricalDegreedEnterpriseCustomerConfiguration.key
|
|
- HistoricalExperimentKeyValue.key
|
|
- HistoricalGeneratedCertificate.key
|
|
- KVStore.key
|
|
- LTICredential.key
|
|
- NotificationType.key
|
|
- OAuth2ProviderConfig.key
|
|
- ProctoredExamStudentAllowanceHistory.key
|
|
- ProctoredExamStudentAllowance.key
|
|
- SAPSuccessFactorsEnterpriseCustomerConfiguration.key
|
|
- Settings.interval
|
|
- UserCourseTag.key
|
|
- UserOrgTag.key
|
|
- UserPreference.key
|
|
- XAPILRSConfiguration.key
|
|
- ModulestoreSource.key
|
|
- ModulestoreBlockSource.key
|
|
SNOWFLAKE:
|
|
- CourseOverview.start
|
|
- HistoricalCourseOverview.start
|
|
STITCH:
|