I want to load a Keras model using abfss. As far as I know, this is not possible, and the only way of doing this is by copying the model from ADLS to dbfs.
I am concerned about the data governance, as everybody could potentionally modify/delete the model in dbfs. What would be the correct way to do this?