Skip to content

Commit bf13c31

Browse files
Merge pull request #215601 from kavarral/patch-4
Review for freshness and minor change to flow
2 parents 26240f2 + f9ee177 commit bf13c31

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/data-factory/concepts-pipelines-activities.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: orchestration
99
ms.custom: synapse
1010
ms.topic: conceptual
11-
ms.date: 09/09/2021
11+
ms.date: 10/24/2022
1212
---
1313

1414
# Pipelines and activities in Azure Data Factory and Azure Synapse Analytics
@@ -35,15 +35,19 @@ An input dataset represents the input for an activity in the pipeline, and an ou
3535

3636
## Data movement activities
3737

38-
Copy Activity in Data Factory copies data from a source data store to a sink data store. Data Factory supports the data stores listed in the table in this section. Data from any source can be written to any sink. Click a data store to learn how to copy data to and from that store.
39-
40-
[!INCLUDE [data-factory-v2-supported-data-stores](includes/data-factory-v2-supported-data-stores.md)]
38+
Copy Activity in Data Factory copies data from a source data store to a sink data store. Data Factory supports the data stores listed in the table in this section. Data from any source can be written to any sink.
4139

4240
For more information, see [Copy Activity - Overview](copy-activity-overview.md) article.
4341

42+
Click a data store to learn how to copy data to and from that store.
43+
44+
[!INCLUDE [data-factory-v2-supported-data-stores](includes/data-factory-v2-supported-data-stores.md)]
45+
4446
## Data transformation activities
4547
Azure Data Factory and Azure Synapse Analytics support the following transformation activities that can be added either individually or chained with another activity.
4648

49+
For more information, see the [data transformation activities](transform-data.md) article.
50+
4751
Data transformation activity | Compute environment
4852
---------------------------- | -------------------
4953
[Data Flow](control-flow-execute-data-flow-activity.md) | Apache Spark clusters managed by Azure Data Factory
@@ -61,8 +65,6 @@ Data transformation activity | Compute environment
6165
[Databricks Jar Activity](transform-data-databricks-jar.md) | Azure Databricks
6266
[Databricks Python Activity](transform-data-databricks-python.md) | Azure Databricks
6367

64-
For more information, see the [data transformation activities](transform-data.md) article.
65-
6668
## Control flow activities
6769
The following control flow activities are supported:
6870

0 commit comments

Comments
 (0)