Skip to content

Commit b36f290

Browse files
updates, added content around code snippets and KQL in notebooks
1 parent 6f068b4 commit b36f290

File tree

11 files changed

+42
-9
lines changed

11 files changed

+42
-9
lines changed

learn-pr/paths/ingest-data-with-microsoft-fabric/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ modules:
3535
- learn.wwl.ingest-data-with-spark-fabric-notebooks
3636
- learn.wwl.use-data-factory-pipelines-fabric
3737
- learn.wwl.explore-event-streams-microsoft-fabric
38-
38+
- learn.wwl.query-data-kql-database-microsoft-fabric
3939
trophy:
4040
uid: learn.wwl.ingest-data-with-microsoft-fabric.trophy

learn-pr/wwl/query-data-kql-database-microsoft-fabric/1-introduction.yml

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

learn-pr/wwl/query-data-kql-database-microsoft-fabric/2-get-started-with-kql-queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Get started with KQL queries
44
metadata:
55
title: Get started with KQL (Kusto Query Language) queries
66
description: "Get started with KQL (Kusto Query Language) queries."
7-
ms.date: 05/14/2024
7+
ms.date: 11/7/2024
88
author: wwlpublish
99
ms.author: jamesh
1010
ms.topic: unit

learn-pr/wwl/query-data-kql-database-microsoft-fabric/3-kql-best-practices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: KQL best practices
44
metadata:
55
title: KQL best practices
66
description: "KQL best practices"
7-
ms.date: 05/14/2024
7+
ms.date: 11/7/2024
88
author: wwlpublish
99
ms.author: jamesh
1010
ms.topic: unit

learn-pr/wwl/query-data-kql-database-microsoft-fabric/4-advanced-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Advanced features
44
metadata:
55
title: Advanced features
66
description: "Advanced features"
7-
ms.date: 05/14/2024
7+
ms.date: 11/7/2024
88
author: wwlpublish
99
ms.author: jamesh
1010
ms.topic: unit
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.query-data-kql-database-microsoft-fabric.using-kql-with-notebooks
3+
title: Advanced features
4+
metadata:
5+
title: Advanced features
6+
description: "Advanced features"
7+
ms.date: 11/7/2024
8+
author: wwlpublish
9+
ms.author: jamesh
10+
ms.topic: unit
11+
ms.custom:
12+
- N/A
13+
durationInMinutes: 10
14+
content: |
15+
[!include[](includes/4a-using-kql-with-notebooks.md)]

learn-pr/wwl/query-data-kql-database-microsoft-fabric/5-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - query a KQL database in Microsoft Fabric
44
metadata:
55
title: Exercise - query a KQL database in Microsoft Fabric
66
description: "Exercise - query a KQL database in Microsoft Fabric"
7-
ms.date: 05/14/2024
7+
ms.date: 11/7/2024
88
author: wwlpublish
99
ms.author: jamesh
1010
ms.topic: unit

learn-pr/wwl/query-data-kql-database-microsoft-fabric/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 05/14/2024
7+
ms.date: 11/7/2024
88
author: wwlpublish
99
ms.author: jamesh
1010
ms.topic: unit

learn-pr/wwl/query-data-kql-database-microsoft-fabric/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 05/14/2024
7+
ms.date: 011/7/2024
88
author: wwlpublish
99
ms.author: jamesh
1010
ms.topic: unit
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Spark Connector for Microsoft Fabric and KQL
2+
3+
## Overview
4+
The Spark Connector for Microsoft Fabric is an open-source project that enables seamless data integration between Apache Spark and various data sources. It supports both data source and data sink operations, allowing you to move data to and from Spark clusters efficiently.
5+
6+
## Key Features
7+
- **Compatibility**: The connector is compatible with Apache Spark 3.0 and supports all Apache Spark bindings, including Scala, Python, and R.
8+
- **Data Integration**: It allows you to use SQL Server or Azure SQL as input data sources or output data sinks for Spark jobs.
9+
- **Performance**: The connector provides high-performance data transfer, outperforming traditional JDBC connectors by 10 to 20 times.
10+
- **Security**: Supports basic authentication, Active Directory (AD) Key Tab, and Microsoft Entra ID.
11+
12+
## Use Cases
13+
- **Data Analytics**: Perform big data analytics using transactional data from SQL Server or Azure SQL.
14+
- **Machine Learning**: Score machine learning models from SQL Server Machine Learning Services or perform machine learning in Spark and score results in SQL.
15+
- **Real-Time Intelligence**: Integrate with Microsoft Fabric's Real-Time Intelligence for processing and analyzing streaming data.
16+
17+
## Getting Started
18+
One of the newer features within Microsoft Fabric notebooks is that it provides [code snippets](https://learn.microsoft.com/fabric/data-engineering/author-execute-notebook#code-snippets). By creating a new notebook in Microsoft Fabric or within a cell of an existing notebook, you can either drag-and-drop objects from the Lakehouse explorer or open up the Intellisense style of code snippets by typing ```snippet``` on within the cell. By doing this or using a keyword, such as Lakehouse. When you know you need to do something with a Lakehouse, you can start by typing it, and a list of snippet options appear assisting you with writing code with good hygiene and at a quicker pace.

0 commit comments

Comments
 (0)