DCS for Azure Dataflows

Dataflows are visual data transformation and processing capabilities in Azure Data Factory. They enable us to transform and process data at scale without writing code.

The table below shows Dataflow names and their purpose in supporting masking and data discovery. Click on a name for navigation to the documentation.

Dataflow Name Purpose

Copy Dataflow

Copies unmasked data from a source location to a sink location. The dataflow usage is configured via pipeline parameters.

Filtered Masking Dataflow

Consumes unmasked data from a source, applies a data filter, masks the data, and prepares it to be written to the sink.

Filtered Masking Parameters Dataflow

Computes parameters by reading the Azure SQL metadata store to execute the masking dataflow. Used when conditional algorithms are applied to a table.

Unfiltered Masking Dataflow

Consumes unmasked data from a source, masks the data, and prepares it to be written to the sink.

Unfiltered Masking Parameters Dataflow

Computes parameters by reading the Azure SQL metadata store to execute the masking dataflow.

Filter Test Utility Dataflow

Utility to help write ADF-approved filter conditions and validate that the returned data is as expected.