Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you dynamically adjust Databricks job schedules based on external triggers using the Databricks CLI?
A
Implement a continuous integration pipeline that triggers databricks jobs reset commands based on external events.
B
Use databricks jobs update with a JSON payload dynamically generated by an external application to adjust schedules.
C
Manually update job schedules via the Databricks UI in response to external triggers.
D
Rely solely on the REST API for dynamic scheduling, as the CLI does not support job schedule modifications.