Where are assignments hidden in the CD2 framework? In CD1 they appear in the verbosely named "assignments_dim".
@reynlds I am not sure if you were familiar with this resource but you can check all kinds of CD1 to CD2 mappings here: https://docs.google.com/spreadsheets/d/1kqCXAD9K45L0QeEtbuuMAFp2fW8o0oC8EBzJf58SjrY/edit#gid=527545099
I hope it helps.
Edina
I believe the invalid isoformat error is a known issue that I think (hope?) is being better handled in a future version of the dap library. You may also be able to track down the problematic record in the source data and correct it via the API. (Via the Canvas API, not the DAP API).
We had at least one table that had a record with a bad timestamp in it, and I worked around it by going into the dap code and wrapping the part that was failing in a try/except. That got me through the initdb step and since then I've been able to syncdb all of our tables without issue.
--Colin
EDUCAUSE is full of inspiration, whether you’re onsite or following from afar. Join the evolution by sharing what sparks your curiosity, the questions you have, and the insights you discover. We'll learn from each other, expand our networks, and strengthen our Community. Your perspective matters, and the more we share,…
Prompted by the most recent Canvas release notes, we looked into the Page Views feature, and we were happy with the new documented changes. However, we notice that more user actions are done by GraphQL API, which does not provide details in the page view report, either in the GUI or in the CSV file download. We and most…
I am currently teaching five courses this semester with more than 70 students. To track their progress, I currently have to review each course and section individually, which is very time-consuming. Ideally, I would like to consolidate key information for all students into a single Excel file—showing class attendance…
Hello, We are currently using the Analytics API provided in the Instructure Developer Documentation Portal to retrieve certain metrics-related data. We would like to know if it’s possible to replicate these datasets using the Canvas Data Platform (CDP), instead of relying on API calls. For example, could you please advise…
Is there a way to tell via CD2 if a course is using Enhanced Rubrics? I didn't see it in the entity diagram for Rubrics table, but I might have missed something... Thanks Ian