Hi,

When you launch a Dataprep job, it actually creates a Dataflow template. 
That being said, once the Dataprep job is launched at least once, you can 
run it as a Dataflow template 
<https://cloud.google.com/dataflow/docs/guides/templates/executing-templates>. 
Thus, from your app, when the button is clicked, you could launch the job 
using the Dataflow template REST API 
<https://cloud.google.com/dataflow/docs/guides/templates/executing-templates#using-the-rest-api>
. 

The template created from the Dataprep job will be located in GCS 
<https://cloud.google.com/dataprep/docs/html/Run-Job-on-Cloud-Dataflow_99745844#workflow>.
 
To locate it, in the Dataprep UI, click on the jobs tab. When hovering over 
the historical jobs, on the far right side you will have a “view results” 
button. On this page, on the right hand side, there will be a “Job Summary” 
section which indicates the GCS location of the created Dataflow template.

Lastly, prior to doing so, I would suggest going over the known limitations 
<https://cloud.google.com/dataprep/docs/html/Run-Job-on-Cloud-Dataflow_99745844#known-limitations>
 
when running a Dataflow job from a Dataprep created template. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/61681ce8-70c4-44bf-bb85-3894a4c26e62%40googlegroups.com.

Reply via email to