Skip to content

Commit 2e6a3e6

Browse files
updates to add module and fix issues.
1 parent 7edf028 commit 2e6a3e6

11 files changed

+16
-16
lines changed

learn-pr/wwl/orchestrate-processes-in-fabric/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
title: Introduction
66
description: "Introduction"
77
ms.date: 11/14/2024
8-
author: wwlpublish
8+
author: jamesh
99
ms.author: jamesh
1010
ms.topic: unit
1111
ms.custom:

learn-pr/wwl/orchestrate-processes-in-fabric/2-choose-between-pipeline-notebook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl.orchestrate-processes-in-fabric.define-real-time-analytics
2+
uid: learn.wwl.orchestrate-processes-in-fabric.choose-between-pipeline-notebook
33
title: Describe Microsoft Fabric Real-Time Intelligence?
44
metadata:
55
title: Describe Microsoft Fabric Real-Time Intelligence?
66
description: "What is Microsoft Fabric Real-Time Intelligence?"
77
ms.date: 11/14/2024
8-
author: wwlpublish
8+
author: jamesh
99
ms.author: jamesh
1010
ms.topic: unit
1111
ms.custom:

learn-pr/wwl/orchestrate-processes-in-fabric/3-design-schedules-and-event-based-triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
title: Design schedules and event based triggers
66
description: "Design pipeline schedules and event based triggers."
77
ms.date: 11/14/2024
8-
author: wwlpublish
8+
author: jamesh
99
ms.author: jamesh
1010
ms.topic: unit
1111
ms.custom:

learn-pr/wwl/orchestrate-processes-in-fabric/5-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
title: Knowledge Check
66
description: "Knowledge check"
77
ms.date: 11/14/2024
8-
author: wwlpublish
8+
author: jamesh
99
ms.author: jamesh
1010
ms.topic: unit
1111
ms.custom:

learn-pr/wwl/orchestrate-processes-in-fabric/6-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
title: Summary
66
description: "Summary"
77
ms.date: 11/14/2024
8-
author: wwlpublish
8+
author: jamesh
99
ms.author: jamesh
1010
ms.topic: unit
1111
ms.custom:

learn-pr/wwl/orchestrate-processes-in-fabric/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The articles covered in this module include:
2020
- Event-based triggers and scheduling in Microsoft Fabric.
2121
- practice some dynamic features of Microsoft Fabric notebooks
2222

23-
Students learn how Data Factory in Microsoft Fabric is used for modern data integration, including ingesting, preparing, and transforming data from various sources. They understand how to create pipelines, automate processes with triggers, and utilize Fast Copy for rapid data movement to Lakehouse and Data Warehouse. Additionally, they explore Notebooks in Microsoft Fabric for interactive data exploration, multi-language support, data visualization, and collaboration. The training provides an overview of integration with other Microsoft Fabric services, event-based triggers, scheduling, and dynamic features of notebooks, providing an understanding of data workflows within the Microsoft Fabric ecosystem.
23+
Students learn how Data Factory in Microsoft Fabric is used for modern data integration, including ingesting, preparing, and transforming data from various sources. They understand how to create pipelines, automate processes with triggers, and utilize Fast Copy for rapid data movement to Lakehouse and Data Warehouse. Additionally, they explore Notebooks in Microsoft Fabric for interactive data exploration, multi-language support, data visualization, and collaboration. The training provides an overview of integration with other Microsoft Fabric services, event-based triggers, scheduling, and dynamic features of notebooks, providing an understanding of data workflows within Microsoft Fabric.

learn-pr/wwl/orchestrate-processes-in-fabric/includes/2-choose-between-pipeline-notebook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Dataflows offer a low-code interface to ingest data from numerous sources and tr
1616

1717
### Power Query integration
1818

19-
Dataflows are built using the Power Query experience, available across Microsoft products like Excel, Power BI, Power Platform, and Dynamics 365 Insights. Power Query enables users, from beginners to professionals, to perform data ingestion and transformations with ease. It supports joins, aggregations, data cleansing, custom transformations, and more, all through a user-friendly, visual, low-code interface.
19+
Dataflows are built using the Power Query experience, available across Microsoft products like Excel, Power BI, and Power Platform. Power Query enables users, from beginners to professionals, to perform data ingestion and transformations with ease. It supports joins, aggregations, data cleansing, custom transformations, and more, all through a user-friendly, visual, low-code interface.
2020

2121
### Real-World Uses Cases for Dataflows
2222

@@ -44,7 +44,7 @@ Data pipelines offer powerful workflow capabilities at cloud-scale, enabling you
4444
### Important features of data Pipelines
4545

4646
- **Complex Workflows**: Build workflows that can refresh dataflows, move large volumes of data, and define control flow pipelines.
47-
- **ETL and Data Factory Workflows**: Create complex ETL (Extract, Transform, Load) and data factory workflows to perform various tasks at scale.
47+
- **ETL and Data Factory Workflows**: Create complex ETL (Extract, Transform, Load) and data factory workflows which perform various tasks at scale.
4848
- **Control Flow Capabilities**: Utilize built-in control flow features to build workflow logic with loops and conditionals.
4949

5050
### End-to-End ETL Data Pipeline
@@ -57,6 +57,6 @@ Combine a configuration-driven copy activity with your low-code dataflow refresh
5757
- **Multi-language Support:** Users can write and execute code in multiple languages within the same notebook, enhancing flexibility and collaboration.
5858
- **Visualization:** Notebooks support rich data visualization, enabling users to create charts, graphs, and other visual representations of data.
5959
- **Collaboration:** Notebooks facilitate collaboration by allowing multiple users to work on the same document simultaneously, share insights, and track changes.
60-
- **Integration with Fabric Services:** Notebooks seamlessly integrate with other Microsoft Fabric services, such as Data Factory, Synapse Data Engineering, and Synapse Data Science. This provides a unified platform for end-to-end data workflows.
60+
- **Integration with Fabric Services:** Notebooks seamlessly integrate with other Microsoft Fabric services, such as Data Factory, Synapse Data Engineering, and Synapse Data Science. This approach provides a unified platform for end-to-end data workflows.
6161

6262
When comparing these technologies, it's important to note that while Data Factory focuses on data integration and pipeline automation, notebooks in Microsoft Fabric provide an interactive and ***collaborative*** environment for data exploration, documentation, transformation, and analysis. Both tools complement each other, offering a comprehensive solution for managing and analyzing data within the Microsoft Fabric ecosystem.

learn-pr/wwl/orchestrate-processes-in-fabric/includes/3-design-schedules-and-event-based-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Just as you would expect, on-demand, or ad-hoc runs happen by browsing to the sp
2121

2222
### Scheduling pipeline runs
2323

24-
When you schedule a data pipeline run, you can choose the frequency at which your pipeline operates.
24+
When you schedule a data pipeline run, you can choose the frequency at which your pipeline operates.
2525

2626
1. **Select Schedule**:
2727
- This option is found in the top banner of the **Home** tab to view your scheduling options.

learn-pr/wwl/orchestrate-processes-in-fabric/includes/4-exercise-implement-dynamic-patterns-to-notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Now it's your chance to build and schedule a pipeline with a dynamic notebook in
66
77
Launch the exercise and follow the instructions.
88

9-
[![Icon for Button to launch exercise.](../media/launch-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2260722)
9+
[![Icon for Button to launch exercise.](../media/launch-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2260721)

learn-pr/wwl/orchestrate-processes-in-fabric/includes/6-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
In this module, you learned about the functionalities and applications of Microsoft Fabric's Data Factory. The module covered how Data Factory offers a modern approach to data integration, allowing for the collection, preparation, and transformation of data from various sources. You learned about Dataflows, a low-code interface that enables data ingestion from numerous sources and transformation using over 300 data transformations. The module also discussed the use of Notebooks for interactive data exploration, multi-language coding, rich data visualization, collaboration, and integration with other Fabric services. Lastly, you learned about the different options for scheduling jobs in Fabric, including traditional, proactive, and event-driven methods.
1+
In this module, you learned about the functionalities and applications of Microsoft Fabric's Data Factory. The module covered how Data Factory offers a modern approach to data integration, allowing for the collection, preparation, and transformation of data from various sources. You learned about Dataflows, a low-code interface that enables data ingestion from numerous sources and transformation using over 300 data transformations.
22

3-
The main takeaways from this module include understanding how Data Factory and Notebooks complement each other in managing and analyzing data within the Microsoft Fabric ecosystem. You also learned about the real-world use cases of Dataflows, such as data consolidation for reporting, data preparation for machine learning, real-time data processing, data migration, and self-service data preparation. Additionally, you gained insights into how to initiate data pipeline runs either manually or automatically and how to automate tasks based on events in storage accounts using storage event triggers.
3+
The main takeaways from this module include understanding how Data Factory and Notebooks complement each other in managing and analyzing data within the Microsoft Fabric ecosystem. Additionally, you gained insights into how to initiate data pipeline runs either manually or automatically and how to automate tasks based on events in storage accounts using storage event triggers.
44

55
More Reading:
66
1. [Getting started with Microsoft Fabric](https://docs.microsoft.com/azure/data-factory/introduction)

0 commit comments

Comments
 (0)