Pm.sample result does not work with az.plot_trace or other az functions

Yes, this is very weird. Why my idata comes with tuple not the arviz.InferenceData? When I do

pm.plot_forest(idata)

It works, but no other pm.plot_* function.

I tried with pymc3 version, but the same issue is still there.
Any other suggestion?

Thank you.