canvas-hosted-data-examples
canvas-hosted-data-examples copied to clipboard
Add examples that parallel current reports
Summary:
Under Admin >> Settings >> Reports there are several canned reports that exist:
- Course Storage
- Grade Export
- LTI Report
- Last Enrollment Activity
- Last User Access
- MGP Grade Export
- Outcome Export
- Outcome Results
- Provisioning
- Public Courses
- Recently Deleted Courses
- SIS Export
- Student Competency
- Student Submissions
- Students with no submissions
- Unpublished Courses
- User Access Tokens
- Zero Activity
Since these are already developed queries that seem like they use a parameterized query/stored procedure to execute, it would be great to show how users can create the same result set as these canned reports using the data warehouse schema used by Instructure.
Expected behavior:
1 SQL query per report listed above File header would include explanation of parameters used in the GUI configuration The queries should allow users to replicate the reports that are built using the Instructure defined reports.
Additional notes:
Showing how the data schema maps to elements that are reported by the front end would make it much easier for customers to make more use of the hosted data service and/or canvasDataCli.