I highly recommend setting up a production environment if you are
attempting to do CSV import or similar.
SisBatch.last.tap{|x| x.workflow_state = "failed"; x.save}
or equivalent.
Account.default.current_sis_batch.tap{|x| x.workflow_state = "failed"; x.save}
--
---
You received this message because you are subscribed to the Google Groups "Canvas LMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to canvas-lms-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.