Hi, I'm able to run fine mmlspark on my notebook in Databricks. However, when I try to run this same notebook in a scheduled job, it fails and retrieves the message: ModuleNotFoundError: No module named 'mmlspark' .
The version currently of installed on my cluster is "Azure:mmlspark:0.17"
Do you have any recommendation on how to set up a Job to run mmlspark correctly?
Thanks