You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/hyperscale/howto-ingest-azure-data-factory.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ author: sudhanshuvishodia
6
6
ms.service: postgresql
7
7
ms.subservice: hyperscale-citus
8
8
ms.topic: how-to
9
-
ms.date: 06/24/2022
9
+
ms.date: 06/27/2022
10
10
---
11
11
12
-
# What is Azure Data Factory(ADF)?
12
+
# How to ingest data using Azure Data Factory
13
13
14
-
[Azure Data Factory](../../data-factory/introduction.md) is a cloud-based ETL
15
-
and data integration service. It allows you to create data-driven workflows to
16
-
move and transform data at scale.
14
+
[Azure Data Factory](../../data-factory/introduction.md)(ADF) is a cloud-based
15
+
ETL and data integration service. It allows you to create data-driven workflows
16
+
to move and transform data at scale.
17
17
18
18
Using Azure Data Factory, you can create and schedule data-driven workflows
19
19
(called pipelines) that ingest data from disparate data stores. Pipelines can
@@ -117,3 +117,8 @@ a workaround we can use Lookup Activity with query to call a stored procedure
117
117
as shown below:
118
118
119
119
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Call_Procedure.png" alt-text="Calling a procedure in Azure Data Factory." border="true":::
120
+
121
+
## Next steps
122
+
123
+
Learn how to create a [real-time
124
+
dashboard](tutorial-design-database-realtime.md) with Hyperscale (Citus).
0 commit comments