Exam Certified Data Engineer Associate All QuestionsBrowse all questions from this exam
Question 83

A data engineer has a Job that has a complex run schedule, and they want to transfer that schedule to other Jobs.

Rather than manually selecting each value in the scheduling form in Databricks, which of the following tools can the data engineer use to represent and submit the schedule programmatically?

    Correct Answer: D

    To transfer a complex run schedule from one job to another programmatically in Databricks, the data engineer can use Cron syntax. Cron syntax allows precise specification of schedule times in a compact and standardized format, making it easy to copy and apply the same schedule across multiple jobs without needing to manually input values.

Discussion
meow_akkOption: D

Ans D : Cron Syntax with that you can easily copy all the syntax

55f31c8Option: D

https://docs.databricks.com/en/sql/user/queries/schedule-query.html