To create a pipeline in Azure Data Factory, follow
these steps:
- Navigate
to the Azure Data Factory dashboard in the Azure portal.
- Click
the "Create pipeline" button.
- On
the "Create Pipeline" page, enter a name for the pipeline and a
description (optional).
- Click
the "Add activity" button to add an activity to the pipeline. An
activity represents a data movement or data transformation operation in
the pipeline.
- Select
the type of activity you want to add. There are several types of
activities to choose from, including data movement activities (e.g. Copy
Data, HDFS) and data transformation activities (e.g. Wrangle Data, Mapping
Data Flow).
- Configure
the settings for the activity. This will vary depending on the type of
activity you are adding.
- Repeat
steps 4-6 to add additional activities to the pipeline as needed.
- Connect
the activities in the pipeline by dragging the arrow from one activity to
the next.
- When
you are finished building the pipeline, click the "Save" button
to save the pipeline.
You can then schedule the pipeline to run on a regular basis
by clicking the "Trigger" button on the pipeline's overview page.
Hope this will be helpful.
No comments:
Post a Comment