We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As part of #1325, we need a dimensional table for course content including courses, course blocks, chapters, videos, etc.
Create a dim_course_content model including the following fields:
dim_course_content
content_id - hashed primary key content_block_id content_index content_category parent_content_block_id content_hash more?
The data sources will include MITx Online, xPro, edX.org, and MITx Residential.
The text was updated successfully, but these errors were encountered:
rachellougee
No branches or pull requests
Description/Context
As part of #1325, we need a dimensional table for course content including courses, course blocks, chapters, videos, etc.
Plan/Design
Create a
dim_course_content
model including the following fields:content_id - hashed primary key
content_block_id
content_index
content_category
parent_content_block_id
content_hash
more?
The data sources will include MITx Online, xPro, edX.org, and MITx Residential.
The text was updated successfully, but these errors were encountered: