Re: Firing a dataflow job using REST API

2022-02-14 Thread Rajnil Guha
Yes I did. What I need help with is the parameters that are to be sent in the request body[1]. [1] https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs/create Thanks & Regards Rajnil On Mon, 14 Feb 2022 at 4:29 PM, deepak kumar wrote: > Hi Rajnil, > Did you look at the gclo

Re: Firing a dataflow job using REST API

2022-02-14 Thread deepak kumar
Hi Rajnil, Did you look at the gcloud documentation? https://cloud.google.com/dataflow/docs/reference/rest Thanks Deepak On Mon, Feb 14, 2022 at 3:53 PM Rajnil Guha wrote: > Hi Beam Community, > > I am trying to run a Dataflow pipeline using the REST API. Currently I see > an example for doing

Firing a dataflow job using REST API

2022-02-14 Thread Rajnil Guha
Hi Beam Community, I am trying to run a Dataflow pipeline using the REST API. Currently I see an example for doing the same for Dataflow templates[1]. My query is can we run a dataflow job using REST API but not create templates. As per the docs the projects.jobs.create method allows to do so, but