We are getting this error today when syncing the web_logs table and the sync fails. I have never seen this one.
'invalid input value for enum canvas_logs.web_logs__web_application_context_type: "SisBatch"'
Has anyone else seen this?
@GergelySchmidt
The enum data type here is called web_application_context_type. The values contained in this type are listed below. According to the web_logs files I downloaded, beginning on 3/26 we started receiving an entry call SisBatch. This is causing the syncdb failure we're now getting because it is not one of the defined values.
"Account" "AssessmentQuestion" "Assignment" "ContentMigration" "Course" "CourseSection" "Group" "Quizzes::QuizSubmission" "StudentEnrollment" "User" "UserProfile"
@Gergely Schmidt
Hi Steven, I got the exactly same error message as yours since March 26. Have tried the solutions below, neither works. (1) manually added this value 'SisBatch' to the type - 'web_application_context_type' by using ALTER TYPE command (2) upgraded the instructure_dap_client to the latest version - v.2.2.0. @Gergely Can you take a look at this issue and show us some guidelines? Thanks -Stephen S.
We are getting this error today when syncing the web_logs table and the sync fails. I have never seen this one. 'invalid input value for enum canvas_logs.web_logs__web_application_context_type: "SisBatch"' Has anyone else seen this?
Hi — I've been struggling to initialize our "submissions" table using the dap CLI and I've narrowed down the problem to Python 3.14. I'm able to successfully run the same exact initdb command (on the same EC2 instance) under Python 3.13 and 3.12. On Python 3.14.2, the import successfully processes about 34 million records…
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…