I've created two Flows in Cloud DataPrep - the first outputs to a BigQuery table and also creates a reference dataset. The second flow takes the reference dataset and processes it further before outputting to a second BigQuery table.
Is it possible to schedule these two Flows to run sequentially? At the moment I have to estimate the time taken for the first flow, and schedule the second one to run XX minutes after the first.
Either a recipe in the first flow to trigger the second, or a way to schedule them in sequence would be ideal.
This question shows how to create a reference dataset, but doesn't explain if it's possible to run them automatically/sequentially.