I have a workflow in Databricks and an AutoML pipeline in it.
I want to deploy that pipeline in production, but I want to use the shared cluster in production, since AutoML is not compatible with the shared clusters, what can be the workaround.
(Is it possible to deploy the pipeline in production using single user cluster and allow other users to use that cluster too or can we somehow deploy the single user cluster AutoML pipeline on a shared cluster in production?)