
Answer-first summary for fast verification
Answer: Cron syntax
Cron syntax is a widely used method for scheduling tasks programmatically. It allows for the representation of complex schedules using a simple string format. In Databricks, you can use Cron syntax to define and transfer job schedules without manually selecting each value in the scheduling form.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data engineer is responsible for maintaining a job that requires a complex and specific run schedule within Databricks. The engineer needs to apply this particular scheduling setup to additional jobs. Instead of manually entering the schedule details into the scheduling form for each job individually, which tool can the data engineer utilize to represent and automate the submission of this schedule programmatically?
A
pyspark.sql.types.DateType
B
datetime
C
pyspark.sql.types.TimestampType
D
Cron syntax
E
There is no way to represent and submit this information programmatically
No comments yet.