DataprepRunFlowOperator
GoogleRuns the flow with the provided id copy of the provided flow id.
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
dataprep_conn_idThe Dataprep connection ID
flow_idRequiredID of the flow to be copied
body_requestRequiredBody of the POST request to be sent.
Documentation
Runs the flow with the provided id copy of the provided flow id.