Skip to content

Handle corrupt unicode in DQ database more gracefully

Peter Onyisi requested to merge ponyisi/athena:master-ATLASDQ-997 into master

Closes ATLASDQ-997. Use PyUnicode_DecodeUTF8 to gracefully handle input byte strings stored in the DB that are not UTF-8.

Merge request reports