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: learn-pr/wwl-data-ai/implement-cicd-in-fabric/includes/3-implement-version-control-and-git-integration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Create a dedicated branch and issue pull requests to pull changes from your bran
44
44
For development using a separate, isolated workspace:
45
45
46
46
1. Connect a development workspace to the main branch, following the instructions in the section on this page entitled "Connect to a Git Repository".
47
-
2. If you're a developer who works in the Fabric web interface, create an isolated branch for your work from the development workspace that's connected to the main branch by selecting **Source control** and **Branch out to new workspace**. Name the branch and associate it with another workspace. The new workspace syncs with the main branch and become an isolated work environment for your work.
47
+
2. If you're a developer who works in the Fabric web interface, create an isolated branch for your work from the development workspace that's connected to the main branch by selecting **Source control** and **Branch out to new workspace**. Name the branch and associate it with another workspace. The new workspace syncs with the new branch you create and become an isolated work environment for your work.
48
48
49
49
:::image type="content" source="../media/branch-out-to-new-workspace.png" alt-text="Screenshot of creating new workspace and branch." :::
Copy file name to clipboardExpand all lines: learn-pr/wwl/describe-medallion-architecture/includes/4-query-report-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Now that your medallion architecture is in place, data teams and the business ca
2
2
3
3
## Query data in your lakehouse
4
4
5
-
Teams can use SQL to explore and query data in the gold layer. You can analyze data in delta tables at any layer of the medallion architecture using the T-SQL language, save functions, generate views, and apply SQL security. You can also use the SQL analytics endpoint to connect to your lakehouse from third-party tools and applications.
5
+
Teams can use SQL to explore and query data in the gold layer. You can analyze data in delta tables at any layer of the medallion architecture using the T-SQL language, save functions, generate views, and apply SQL security. You can also use the SQL analytics endpoint to connect to your lakehouse from querying tools and applications.
6
6
7
7
The SQL analytics endpoint in Fabric enables you to write queries, manage the semantic model, and query data using the visual query experience.
8
8
@@ -11,11 +11,11 @@ The SQL analytics endpoint in Fabric enables you to write queries, manage the s
11
11
> [!NOTE]
12
12
> The SQL analytics endpoint operates in **read-only** mode over lakehouse delta tables. To modify data in your lakehouse you can use dataflows, notebooks, or pipelines.
13
13
14
-
In addition to using the SQL analytics endpoint for data exploration, you can also create a Power BI semantic model in Direct Lake mode to query data in your lakehouse. When you create a lakehouse, the system also creates an associated default semantic model. The default semantic model is a semantic model with metrics on top of lakehouse data.
14
+
In addition to using the SQL analytics endpoint for data exploration, you can use a Power BI semantic model to explore data. A semantic model is a way of viewing data using business friendly terminology. It's typically represented as a star schema with facts that represent a domain of data relevant to a particular business area, and dimensions that allow you to analyze data in the data domain. A default semantic model is created automatically when you create a lakehouse. You can also create a non-default, custom Power BI semantic model.
15
15
16
16

17
17
18
-
Data analysts connect to the semantic model using **Direct Lake mode**, in which the semantic model accesses data from a lakehouse. Direct Lake mode caches often-used data and refreshes it as required, combining the speed of a semantic model with the up-to-date data from a lakehouse.
18
+
Data analysts can connect to the semantic model using **Direct Lake** mode, in which the semantic model accesses data directly from Delta tables in a lakehouse.
19
19
20
20
## Tailor your medallion layers for different needs
0 commit comments