How to schedule a workflow

It is usual that once you have designed a workflow, you would like to schedule its execution periodically. This enables the results of a workflow to be automatically updated if the input data sources of a workflow have been modified between the last execution and the next one.

Currently, meanwhile we are working on developing the option for scheduling workflows directly from the Workflows UI, users can schedule workflows on their data warehouse by following these simple steps:

  1. Go to the "SQL" tab of the results panel of your workflow.

  1. Click on the "Copy" button at the top right of the SQL tab to copy the SQL code corresponding to your entire workflow.

  1. The next steps depend on the data warehouse platform in which you are executing your workflow. Hereafter our recommendations on how to proceed from here in order to schedule the execution of the SQL code derived from the workflow on your data warehouse:

BigQuery lets you schedule SQL queries execution using a built-in scheduler in the console. There is a step by step guide for creating a scheduled query available here. To learn more, check the documentation about BigQuery scheduled queries.

Last updated

Was this helpful?