GCP dataflow job

Submitted 3 years, 8 months ago
Ticket #110
Views 245
Language/Framework Python
Priority High
Status Closed

Hi team, 
I'm working on project, data transfer from onpremis postgres DB to cloud postgres DB through Google cloud data flow job(python SDK)

Now I need to schedule the cloud data flow job in 3 hrs window, could anyone please suggest which is cost effective and best way to schedule the job.TIA

Submitted on Aug 20, 20
add a comment

2 Answers

Interesting. I think you can schedule the data flow script using gcloud command line. I mean basically execute the data flow job using GCP. May be check this docs if it helps GCP scheduler

Submitted 3 years, 8 months ago

I would suggest to use simple cron job on your on premise server to execute the cloud pipeline as per the GCP commands.

Submitted 3 years, 8 months ago

could you please close the ticket if issue solved

- bhanupriyakuchana123 3 years, 8 months ago


Latest Blogs