I tried the same pipeline, with modified source query :
SELECT BUSINESS_UNIT AS DEGREE_UNIT,BU_DESCR AS DESCR FROM BUSINESS_UNIT_DIM WHERE TRIM(BUSINESS_UNIT) <> ''
AND BU_DESCR <> 'Unassigned' GROUP BY BUSINESS_UNIT, BU_DESCR
It still failed at target.