Jaison
Jaison

Reputation: 762

How to schedule Google Data Fusion pipeline?

I have deployed a simple Data Fusion pipeline that reads from GCS and writes to BigQuery table.

I am looking for way to schedule the pipeline but could not find relevant documents.

Can anyone point me to documentation/pages that briefs about scheduling Data fusion pipelines?

Upvotes: 2

Views: 2992

Answers (2)

Jaison
Jaison

Reputation: 762

I was using "Data Fusion Basic Edition" which doesn't support scheduling and hence I was not able to find an option to schedule.

In Enterprise edition, I see an option "Schedule" after deploying the pipeline.

Feature comparisons here - Comparison between Basic and Enterprise edition

Upvotes: 5

Sree
Sree

Reputation: 714

You can schedule pipeline after deployment by clicking on Schedule button in the pipeline detail page. Once you click on it, you can configure the pipeline to run periodically.

Please see screenshots below:

Pipeline Details

Schedule

Upvotes: 5

Related Questions