If what you developed is good and not a one-off, you’ll want to put it into production and have it run on a schedule. Valuable results should be delivered on a regular basis, possibly to another piece of software that’ll execute on the findings. This topic is huge, and we’ll only scratch the surface here by focusing on technical parts in Databricks.
You will want to run your code autonomously when it’s time for production, so we’ll spend a bit of time looking at jobs. We’ll then dive into the built-in solution for running notebooks on a defined schedule.
While most ...