Create a Data Fusion instance and deploy a sample pipeline that reads an input file from Cloud Storage, transforms and filters the data to output a subset of the data into BigQuery.
click Data Fusion Instance view
Task 4. Deploy a sample pipeline
Sample pipelines are available through the Cloud Data Fusion Hub, which allows you to share reusable Cloud Data Fusion pipelines, plugins, and solutions.
In the Cloud Data Fusion web UI, click HUB on the top right.
Highlighted HUB link
In the left panel, click Pipelines.
Click the Cloud Data Fusion Quickstart pipeline, and then click Create on the popup that appears.
Highlighted Cloud Data Fusion Quickstart tile on the Pipelines page
In the Cloud Data Fusion Quickstart configuration panel, click Finish.
Click Customize Pipeline. A visual representation of your pipeline appears in the Pipeline Studio, which is a graphical interface for developing data integration pipelines. Available pipeline plugins are listed on the left, and your pipeline is displayed on the main canvas area. You can explore your pipeline by holding the pointer over each pipeline node and clicking the Properties button that appears. The Properties menu for each node allows you to view the objects and operations associated with the node.
Note: A node in a pipeline is an object that is connected in a sequence to produce a Directed Acyclic Graph. E.g. Source, Sink, Transform, Action, etc.
Pipeline Studio displaying a visial representation of the pipeline
In the top right menu, click Deploy. This submits the pipeline to Cloud Data Fusion. You will execute the pipeline in the next section.