@BarryC this has worked. %pip install importlib-metadata==4.11.3
%pip instal zipp=3.8.0Adding this at the start of your DLT UDF register notebook will solve the issue.Databricks is advocating in all docs and tutorials to use DLT for ML inference, but...
I can't use an ML runtime because I am using a Unity Catalog enabled cluster. This is a shared cluster capable of accessing the data I need. ML runitme on UC enabled clusters is not supported.During training of the model, I get the following warning ...
Hi Kaniz,!pip show import importlib_metadata shows the info of the module as expected. I can see that even during running a batch inference or structured streaming I get the same error.As soon as I use MLFlow on a non-ML runtime cluster the error sho...