Stay organized with collectionsSave and categorize content based on your preferences.
This page introduces Cloud Data Fusion: Studio, which is a visual,
click-and-drag interface for building data pipelines from a library of prebuilt
plugins and an interface where you configure, execute, and manage your pipelines.
Building a pipeline in the Studio typically follows this process:
Connect to an on-premises or cloud data source.
Prepare and transform your data.
Connect to the destination.
Test your pipeline.
Execute your pipeline.
Schedule and trigger your pipelines.
After you design and execute the pipeline, you can manage pipelines on the
Cloud Data FusionPipeline Studiopage:
Reuse pipelines by parameterizing them with preferences and
runtime arguments.
Manage pipeline execution by customizing compute profiles, managing
resources, and fine-tuning pipeline performance.
Manage pipeline lifecycle by editing pipelines.
Manage pipeline source control using Git integration.
Cloud Data Fusion lets you have multiplenamespacesin each instance. Within the Studio, administrators can manage
all of the namespaces centrally, or each namespace individually.
The Studio provides the following administrator controls:
System Administration
TheSystem Adminmodule in the Studio lets you create new namespaces and
define the centralcompute profileconfigurations at the system level,
which are applicable to each namespace in that instance. For more information,
seeManage Studio administration.
Namespace Administration
TheNamespace Adminmodule in the Studio lets you manage the
configurations for the specific namespace. For each namespace, you can define
compute profiles, runtime preferences, drivers, service accounts and git
configurations. For more information, seeManage Studio administration.
Pipeline Design Studio
You design and execute pipelines in thePipeline Design Studioin the
Cloud Data Fusion web interface. Designing and executing data pipelines
includes the following steps:
Connect to a source: Cloud Data Fusion allows connections to
on-premises and cloud data sources. The Studio interface has default
system plugins, which come pre-installed in the Studio. You can download
additional plugins from a plugin repository, known as theHub. For more
information, see thePlugins overview.
Data preparation: Cloud Data Fusion lets you prepare your
data using its powerful data preparation plugin:Wrangler. Wrangler helps
you view, explore, and transform a small sample of your data in one place
before running the logic on the entire dataset in the Studio. This lets you
quickly apply transformations to gain an understanding of how they
affect the entire dataset. You can create multiple transformations and add
them to a recipe. For more information, see theWrangler overview.
Transform: Transform plugins change data after it's loaded from a
source—for example, you can clone a record, change the file format to
JSON, or use the Javascript plugin to create a custom transformation. For
more information, see thePlugins overview.
Connect to a destination: After you prepare the data and apply
transformations, you can connect to the destination where you plan to load
the data. Cloud Data Fusion supports connections to multiple
destinations. For more information, seePlugins overview.
Preview: After you design the pipeline, to debug issues before you
deploy and run a pipeline, you run aPreview job. If you encounter any
errors, you can fix them while inDraftmode. The Studio uses the first
100 rows of your source dataset to generate the preview. The Studio displays
the status and duration of the Preview job. You can stop the job anytime.
You can also monitor the log events as the Preview job runs. For more
information, seePreview data.
Manage pipeline configurations: After you preview the data, you can
deploy the pipeline and manage the following pipeline configurations:
Compute configuration: You can change the compute profile that runs
the pipeline—for example, you want to run the pipeline against a
customized Dataproc cluster rather than the default
Dataproc cluster.
Pipeline configuration: For each pipeline, you can enable or disable
instrumentation, such as timing metrics. By default, instrumentation is
enabled.
Engine configuration: Spark is the default execution engine. You can
pass custom parameters for Spark.
Resources: You can specify the memory and number of CPUs for the
Spark driver and executor. The driver orchestrates the Spark job. The
executor handles the data processing in Spark.
Pipeline alert: You can configure the pipeline to send alerts and
start post-processing tasks after the pipeline run finishes. You
create pipeline alerts when you design the pipeline. After you deploy
the pipeline, you can view the alerts. To change alert settings, you can
edit the pipeline.
Transformation pushdown: You can enable Transformation pushdown if
you want a pipeline to execute certain transformations in
BigQuery.
Reuse pipelines using macros, preferences, and runtime arguments:
Cloud Data Fusion lets you reuse data pipelines. With reusable
data pipelines, you can have a single pipeline that can apply a data
integration pattern to a variety of use cases and datasets. Reusable
pipelines give you better manageability. They let you set most of the
configuration of a pipeline at execution time, instead of hard-coding it at
design time. In the Pipeline Design Studio, you can use macros to add
variables to plugin configurations so that you can specify the variable
substitutions at runtime. For more information,
seeManage macros, preferences, and runtime arguments.
Execute: Once you have reviewed the pipeline configurations, you
can initiate the pipeline execution. You can see the status change during
the phases of the pipeline run—for example provisioning, starting,
running, and success.
Schedule and orchestrate: Batch data pipelines can be set to run on
a specified schedule and frequency. After you create and deploy a pipeline,
you can create a schedule. In the Pipeline Design Studio, you can
orchestrate pipelines by creating a trigger on a batch data pipeline to
have it run when one or more pipeline runs complete. These are called
downstream and upstream pipelines. You create a trigger on the downstream
pipeline so that it runs based on the completion of one or more upstream
pipelines.
Edit pipelines: Cloud Data Fusion lets you edit a deployed
pipeline. When you edit a deployed pipeline, it creates a new version of
the pipeline with the same name and marks it as the latest version. This
lets you develop pipelines iteratively rather than duplicating pipelines,
which creates a new pipeline with a different name. For more information,
seeEdit pipelines.
Logging and monitoring: To monitor pipeline metrics and logs, it's
recommended that you enable the Stackdriver logging service to use
Cloud Logging with your Cloud Data Fusion pipeline.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eCloud Data Fusion: Studio is a visual interface for designing, executing, and managing data pipelines using pre-built plugins, connecting to various on-premises and cloud data sources and destinations.\u003c/p\u003e\n"],["\u003cp\u003eThe Studio includes System and Namespace Administration modules to centrally manage configurations, compute profiles, runtime preferences, and other settings for multiple namespaces within each Cloud Data Fusion instance.\u003c/p\u003e\n"],["\u003cp\u003ePipeline Design Studio enables users to connect to data sources, prepare and transform data with Wrangler, apply transformations, preview data, and manage pipeline configurations like compute, engine, and resource settings.\u003c/p\u003e\n"],["\u003cp\u003eUsers can reuse data pipelines by parameterizing them with macros, preferences, and runtime arguments, which allows for a single pipeline to be applied across various use cases and datasets, while also scheduling and orchestrating data pipelines.\u003c/p\u003e\n"],["\u003cp\u003eThe Studio offers features for editing deployed pipelines, managing source control with Git integration, and monitoring pipeline metrics and logs via Stackdriver logging, allowing for better control and manageability.\u003c/p\u003e\n"]]],[],null,["# Introduction to Cloud Data Fusion: Studio\n\nThis page introduces Cloud Data Fusion: Studio, which is a visual,\nclick-and-drag interface for building data pipelines from a library of prebuilt\nplugins and an interface where you configure, execute, and manage your pipelines.\nBuilding a pipeline in the Studio typically follows this process:\n\n1. Connect to an on-premises or cloud data source.\n2. Prepare and transform your data.\n3. Connect to the destination.\n4. Test your pipeline.\n5. Execute your pipeline.\n6. Schedule and trigger your pipelines.\n\nAfter you design and execute the pipeline, you can manage pipelines on the\nCloud Data Fusion **Pipeline Studio** page:\n\n- Reuse pipelines by parameterizing them with preferences and runtime arguments.\n- Manage pipeline execution by customizing compute profiles, managing resources, and fine-tuning pipeline performance.\n- Manage pipeline lifecycle by editing pipelines.\n- Manage pipeline source control using Git integration.\n\n| **Note:** The Studio also provides administrative controls to centrally manage your configurations.\n\nBefore you begin\n----------------\n\n- [Enable the Cloud Data Fusion API](/data-fusion/docs/how-to/enable-service).\n- [Create a Cloud Data Fusion instance](/data-fusion/docs/how-to/create-instance).\n- Understand [access control in Cloud Data Fusion](/data-fusion/docs/access-control).\n- Understand key [concepts and terms](/data-fusion/docs/concepts/overview#concepts) in Cloud Data Fusion.\n\nCloud Data Fusion: Studio overview\n----------------------------------\n\nThe Studio includes the following components.\n\n### Administration\n\nCloud Data Fusion lets you have multiple\n[namespaces](/data-fusion/docs/concepts/overview#namespace) in each instance. Within the Studio, administrators can manage\nall of the namespaces centrally, or each namespace individually.\n\nThe Studio provides the following administrator controls:\n\nSystem Administration\n: The **System Admin** module in the Studio lets you create new namespaces and\n define the central [compute profile](/data-fusion/docs/concepts/overview#compute-profile) configurations at the system level,\n which are applicable to each namespace in that instance. For more information,\n see [Manage Studio administration](/data-fusion/docs/concepts/manage-studio-administration).\n\nNamespace Administration\n: The **Namespace Admin** module in the Studio lets you manage the\n configurations for the specific namespace. For each namespace, you can define\n compute profiles, runtime preferences, drivers, service accounts and git\n configurations. For more information, see [Manage Studio administration](/data-fusion/docs/concepts/manage-studio-administration).\n\n### Pipeline Design Studio\n\nYou design and execute pipelines in the *Pipeline Design Studio* in the\nCloud Data Fusion web interface. Designing and executing data pipelines\nincludes the following steps:\n\n- **Connect to a source** : Cloud Data Fusion allows connections to on-premises and cloud data sources. The Studio interface has default system plugins, which come pre-installed in the Studio. You can download additional plugins from a plugin repository, known as the *Hub* . For more information, see the [Plugins overview](/data-fusion/docs/concepts/plugins).\n- **Data preparation** : Cloud Data Fusion lets you prepare your data using its powerful data preparation plugin: *Wrangler* . Wrangler helps you view, explore, and transform a small sample of your data in one place before running the logic on the entire dataset in the Studio. This lets you quickly apply transformations to gain an understanding of how they affect the entire dataset. You can create multiple transformations and add them to a recipe. For more information, see the [Wrangler overview](/data-fusion/docs/concepts/wrangler-overview).\n- **Transform** : Transform plugins change data after it's loaded from a source---for example, you can clone a record, change the file format to JSON, or use the Javascript plugin to create a custom transformation. For more information, see the [Plugins overview](/data-fusion/docs/concepts/plugins).\n- **Connect to a destination** : After you prepare the data and apply transformations, you can connect to the destination where you plan to load the data. Cloud Data Fusion supports connections to multiple destinations. For more information, see [Plugins overview](/data-fusion/docs/concepts/plugins).\n- **Preview** : After you design the pipeline, to debug issues before you deploy and run a pipeline, you run a *Preview job* . If you encounter any errors, you can fix them while in *Draft* mode. The Studio uses the first 100 rows of your source dataset to generate the preview. The Studio displays the status and duration of the Preview job. You can stop the job anytime. You can also monitor the log events as the Preview job runs. For more information, see [Preview data](/data-fusion/docs/how-to/preview-data).\n- **Manage pipeline configurations**: After you preview the data, you can\n deploy the pipeline and manage the following pipeline configurations:\n\n - **Compute configuration**: You can change the compute profile that runs the pipeline---for example, you want to run the pipeline against a customized Dataproc cluster rather than the default Dataproc cluster.\n - **Pipeline configuration**: For each pipeline, you can enable or disable instrumentation, such as timing metrics. By default, instrumentation is enabled.\n - **Engine configuration**: Spark is the default execution engine. You can pass custom parameters for Spark.\n - **Resources**: You can specify the memory and number of CPUs for the Spark driver and executor. The driver orchestrates the Spark job. The executor handles the data processing in Spark.\n - **Pipeline alert**: You can configure the pipeline to send alerts and start post-processing tasks after the pipeline run finishes. You create pipeline alerts when you design the pipeline. After you deploy the pipeline, you can view the alerts. To change alert settings, you can edit the pipeline.\n - **Transformation pushdown**: You can enable Transformation pushdown if you want a pipeline to execute certain transformations in BigQuery.\n\n For more information, see [Manage pipeline configurations](/data-fusion/docs/concepts/manage-pipeline-configurations).\n- **Reuse pipelines using macros, preferences, and runtime arguments** :\n Cloud Data Fusion lets you reuse data pipelines. With reusable\n data pipelines, you can have a single pipeline that can apply a data\n integration pattern to a variety of use cases and datasets. Reusable\n pipelines give you better manageability. They let you set most of the\n configuration of a pipeline at execution time, instead of hard-coding it at\n design time. In the Pipeline Design Studio, you can use macros to add\n variables to plugin configurations so that you can specify the variable\n substitutions at runtime. For more information,\n see [Manage macros, preferences, and runtime arguments](/data-fusion/docs/how-to/manage-macros-prefs-and-runtime-args).\n\n- **Execute**: Once you have reviewed the pipeline configurations, you\n can initiate the pipeline execution. You can see the status change during\n the phases of the pipeline run---for example provisioning, starting,\n running, and success.\n\n- **Schedule and orchestrate**: Batch data pipelines can be set to run on\n a specified schedule and frequency. After you create and deploy a pipeline,\n you can create a schedule. In the Pipeline Design Studio, you can\n orchestrate pipelines by creating a trigger on a batch data pipeline to\n have it run when one or more pipeline runs complete. These are called\n downstream and upstream pipelines. You create a trigger on the downstream\n pipeline so that it runs based on the completion of one or more upstream\n pipelines.\n\n Recommended: You can also use Composer to orchestrate pipelines\n in Cloud Data Fusion. For more information, see\n [Schedule pipelines](/data-fusion/docs/how-to/schedule-pipelines) and [Orchestrate pipelines](/data-fusion/docs/concepts/orchestrate-pipelines).\n- **Edit pipelines** : Cloud Data Fusion lets you edit a deployed\n pipeline. When you edit a deployed pipeline, it creates a new version of\n the pipeline with the same name and marks it as the latest version. This\n lets you develop pipelines iteratively rather than duplicating pipelines,\n which creates a new pipeline with a different name. For more information,\n see [Edit pipelines](/data-fusion/docs/how-to/edit-a-pipeline).\n\n- **Source Control Management** : Cloud Data Fusion lets you better\n manage pipelines between development and production with\n [Source Control Management of the pipelines using GitHub](/data-fusion/docs/how-to/source-control-management).\n\n- **Logging and monitoring**: To monitor pipeline metrics and logs, it's\n recommended that you enable the Stackdriver logging service to use\n Cloud Logging with your Cloud Data Fusion pipeline.\n\nWhat's next\n-----------\n\n- Learn more about [managing Studio administration](/data-fusion/docs/concepts/manage-studio-administration)."]]