
Answer-first summary for fast verification
Answer: An expression to represent complex job schedule that can be defined programmatically
To define a schedule for a Databricks job, you can either interactively specify the period and starting time, or write a Cron Syntax expression. The Cron Syntax allows to represent complex job schedule that can be defined programmatically. Reference: https://docs.databricks.com/workflows/jobs/jobs.html#schedule-a-job
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
What does Cron syntax in Databricks Jobs represent?
A
An expression to represent the maximum concurrent runs of a job
B
An expression to describe the email notification events (start, success, failure)
C
An expression to represent the retry policy of a job
D
An expression to represent complex job schedule that can be defined programmatically
E
An expression to represent the run timeout of a job