DataprepRunFlowOperator

Google

Runs the flow with the provided id copy of the provided flow id.

View on GitHub

Last Updated: Feb. 25, 2023

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.

Was this page helpful?