1. Google Cloud Documentation - Cloud Dataprep: "Overview of operationalizing". This document explicitly states, "For complex pipelines, you can use Cloud Composer to orchestrate your Dataprep jobs with other data processing tasks." This directly supports using Cloud Composer for orchestration.
2. Google Cloud Documentation - Cloud Composer: "About Cloud Composer". The documentation describes it as a "workflow orchestration service" used to "author, schedule, and monitor pipelines". It highlights the use of operators to integrate with services like BigQuery and Dataflow, enabling the creation of dependency-driven workflows.
3. Google Cloud Documentation - Cloud Dataflow: "Execute a template". This page details how Dataflow templates can be executed from various environments, including using the DataflowTemplateOperator within a Cloud Composer DAG. This confirms the mechanism for integrating the exported Dataprep logic into the orchestrated workflow.
4. Google Cloud Documentation - Cloud Dataprep: "Run a Job". This page clarifies that "When you run a job, your recipe steps are converted into a Cloud Dataflow job that executes over your source data." This establishes the underlying connection between Dataprep and Dataflow, making the export to a Dataflow template a logical step for external orchestration.