Skip to main content

Question 104

You used Dataprep to create a recipe on a sample of data in a BigQuery table. You want to reuse this recipe on a daily upload of data with the same schema, after the load job with variable execution time completes. What should you do?

  • 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.

Since the load job execution time is unexpected, schedule the Dataprep based on a fixed time window may not work.