
Ultimate access to all questions.
You have utilized Dataprep to design a recipe for a sample dataset stored in a BigQuery table. Your objective is to implement this recipe daily on newly uploaded data that maintains the same schema. However, you need this to occur after the data load job, which has a variable execution time, finishes. What actions should you take to achieve this?
A
Create a cron schedule in Dataprep.
B
Create an App Engine cron job to schedule the execution of the Dataprep job.
C
Export the recipe as a Dataprep template, and create a job in Cloud Scheduler.
D
Export the Dataprep job as a Dataflow template, and incorporate it into a Composer job.