Skip to content

Commit 3a6be6f

Browse files
Minor edits.
1 parent 3533dd3 commit 3a6be6f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/data-factory/quickstart-create-data-factory-python.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ ms.custom: seo-python-october2019
2121
> * [Version 1](v1/data-factory-copy-data-from-azure-blob-storage-to-sql-database.md)
2222
> * [Current version](quickstart-create-data-factory-python.md)
2323
24-
In this quickstart, you create a data factory by using Python. The pipeline in this data factory copies data from one folder to another folder in an Azure Blob storage.
24+
In this quickstart, you create a data factory by using Python. The pipeline in this data factory copies data from one folder to another folder in Azure Blob storage.
2525

26-
Azure Data Factory is a cloud-based data integration service. This service allows you to create data-driven workflows for orchestrating and automating data movement and data transformation. Using Azure Data Factory, you can create and schedule data-driven workflows, called pipelines. Pipelines can ingest data from disparate data stores. Pipelines process or transform data by using compute services such as Azure HDInsight Hadoop, Spark, Azure Data Lake Analytics, and Azure Machine Learning. Pipelines publish output data to data stores such as Azure SQL Data Warehouse for business intelligence (BI) applications.
26+
Azure Data Factory is a cloud-based data integration service. This service allows you to create data-driven workflows for orchestrating and automating data movement and data transformation. Using Azure Data Factory, you can create and schedule data-driven workflows, called pipelines.
27+
28+
Pipelines can ingest data from disparate data stores. Pipelines process or transform data by using compute services such as Azure HDInsight Hadoop, Spark, Azure Data Lake Analytics, and Azure Machine Learning. Pipelines publish output data to data stores such as Azure SQL Data Warehouse for business intelligence (BI) applications.
2729

2830
## Prerequisites
2931

0 commit comments

Comments
 (0)