google_classroom icon indicating copy to clipboard operation
google_classroom copied to clipboard

Google Classroom Data Pipeline

Results 9 google_classroom issues
Sort by recently updated
recently updated
newest added

If a date in Google Classroom is outside of the bounds panda can parse, add error handling that logs the record id (and course id if relevant) and inserts it...

Task: Add a new endpoint for adding or updating new courses, and test it in both sandbox and via new written tests.

If a student is removed from a course all of the submission data for that course is lost. We should create a snapshot of prior day data before truncating the...

enhancement

Task: Add ability to add, delete, and update topics items based on the source of truth provided.

Task: Add ability to add, delete, and update student items based on the source of truth provided.

Task: Add ability to add, delete, and update teacher items based on the source of truth provided.

Task: Take the existing batching logic and adapt it for the new write endpoints. This may also include handling additional error types.

Rather than querying the StudentSubmission endpoint by looping over Courses, it could be preferable to loop over individual assignments (CourseWork). That way the query could be date-bound by pre-filtering the...

enhancement

As we begin to near a place of stability and other users want to leverage this connector, it would be useful to include a basic level of documentation. We should...

documentation
enhancement