A data engineer has set up a notebook to automatically process using a Job. The data engineer's manager wants to version control the schedule due to its complexity.
Which of the following approaches can the data engineer use to obtain a version-controllable configuration of the Job's schedule?
a) Utilize Databricks Jobs API to define and manage job schedules programmatically.
b) Store the schedule configuration in a Git repository and use a CI/CD pipeline to manage changes.
c) Embed the schedule configuration directly in the notebook using Markdown cells for documentation.
d) Export the notebook as a JSON file and share it with the manager for version control.

Q&A Education