Skip to content

Commit 96f8eba

Browse files
committed
add data flows workaround
1 parent 93c6cfa commit 96f8eba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/data-explorer/data-factory-integration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: orspodek
77
ms.reviewer: tomersh26
88
ms.service: data-explorer
99
ms.topic: conceptual
10-
ms.date: 11/14/2019
10+
ms.date: 01/20/2020
1111

1212
#Customer intent: I want to use Azure Data Factory to integrate with Azure Data Explorer.
1313
---
@@ -42,6 +42,14 @@ For a detailed walk-through of the command activity, see [use Azure Data Factory
4242

4343
The [Copy in bulk from a database to Azure Data Explorer by using the Azure Data Factory template](data-factory-template.md) is a predefined Azure Data Factory pipeline. The template is used to create many pipelines per database or per table for faster data copying.
4444

45+
### Mapping data flows
46+
47+
[Azure Data Factory mapping data flows](/azure/data-factory/concepts-data-flow-overview) are visually designed data transformations that allow data engineers to develop graphical data transformation logic without writing code. To create a data flow and ingest data to Azure Data Explorer, use the following method:
48+
49+
1. Create the [mapping data flow](/azure/data-factory/data-flow-create).
50+
1. [Export the data into Azure Blob](s/azure/data-factory/data-flow-sink).
51+
1. Define [Event Grid](/azure/data-explorer/ingest-data-event-grid) or [ADF copy activity](/azure/data-explorer/data-factory-load-data) to ingest the data to Azure Data Explorer.
52+
4553
## Select between Copy and Azure Data Explorer Command activities when copy data
4654

4755
This section will assist you in selecting the correct activity for your data copying needs.

0 commit comments

Comments
 (0)