Hi, I was trying to migrate model serving from classic to serverless realtime inference.
My model is currently being logged as pyfunc model and part of model script is to read dbfs file for inference. Now, with serverless i have error which it not able to find my dbfs file and read the file.
How do i proceed.
Note1: I have no issue reading dbfs file using classic inference.
Note2: my dbfs file is refreshed daily