in dbt/adapters/maxcompute/wrapper.py [0:0]
def cursor(self, *args, **kwargs): return CursorWrapper( self, *args, hints=copy.deepcopy(self._hints), **kwargs, )