DataprepCopyFlowOperator

Google

Create a copy of the provided flow id, as well as all contained recipes.

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
nameName for the copy of the flow
descriptionDescription of the copy of the flow
copy_datasourcesBool value to define should the copy of data inputs be made or not.

Documentation

Create a copy of the provided flow id, as well as all contained recipes.

Was this page helpful?