Trang chủ Professional Data Engineer 232 / 343
Quay lại bộ đề
Question #232 Topic 1
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.