How could we whitelist this error below with DBR 13.3 and above? Py4JError: An error occurred while calling None.org.apache.spark.ml.recommendation.ALS. Trace: py4j.security.Py4JSecurityException: Constructor public org.apache.spark.ml.recommendation...
Try to add the following parameters to your SQL connection string. It fixed my problem for 13.X and 12.X;trustServerCertificate=true;hostNameInCertificate=*.database.windows.net;
Update / Solved: Using CLI on Linux/MacOS: Send in the sample json with job_id in it. databricks jobs run-now --json '{ "job_id":<job-ID>, "notebook_params": { <key>:<value>, <key>:<value> }}' Using CLI on Windows: Send in the sample json w...
Update / Solved: Using CLI on Linux/MacOS: Send in the sample json with job_id in it. databricks jobs run-now --json '{ "job_id":<job-ID>, "notebook_params": { <key>:<value>, <key>:<value> }}' Using CLI on Windows: Send in the sample json w...