0 votes
in Azure by
What are the different activities you have used in Azure Data Factory?

1 Answer

0 votes
by

Here you can share some of the significant activities if you have used them in your career, whether your work or college project. Here are a few of the most used activities :

Copy Data Activity to copy the data between datasets.

ForEach Activity for looping.

Get Metadata Activity that can provide metadata about any data source.

Set Variable Activity to define and initiate variables within pipelines.

Lookup Activity to do a lookup to get some values from a table/file.

Wait Activity to wait for a specified amount of time before/in between the pipeline run.

Validation Activity will validate the presence of files within the dataset.

Web Activity to call a custom REST endpoint from an ADF pipeline.

...