I was using da.to_dataframe() and similar functions with the newest dask version. da is throwing an error that new_dd_object is no longer part of the dask core. This is indeed True. I also tried to find a quick fix but it seems like dask did a major change on their end.
One can reproduce the issue by trying to do the import:
from dask.dataframe.core import new_dd_object
See dask_awkward\lib\io\io.py line 471.