Skip to content

Commit 17279d5

Browse files
Merge pull request #3127 from MicrosoftDocs/main639186270163019092sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0e12361 + f756e1c commit 17279d5

9 files changed

Lines changed: 203 additions & 43 deletions

docs/data-factory/workspace-monitoring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Workspace monitoring gives you log-level visibility for all items in a workspace
2727

2828
:::image type="content" source="media/monitor-pipeline-runs/pipeline-workspace-monitoring.png" alt-text="Screenshot of the pipeline workspace monitoring table." lightbox="media/monitor-pipeline-runs/pipeline-workspace-monitoring.png":::
2929

30+
## Troubleshooting missing monitoring tables
31+
32+
When new workspace monitoring tables become available and you don't see them in your existing monitoring eventhouse, recreate workspace monitoring for the workspace by deleting the previous eventhouse and re-adding it to your workspace. Recreating the monitoring eventhouse provisions the latest monitoring schema and ensures newly available tables are visible. Be sure to save any custom Kql queries before removing the existing monitoring eventhouse. The monitoring experience is backed by a monitoring eventhouse and monitoring Kql database that are created when workspace monitoring is enabled.
33+
3034
## Review logged data
3135

3236
The **ItemJobEventLogs** table includes pipeline-level (L1 across Data Factory items) execution data:

docs/data-science/data-agent-creator-agent-overview.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: creator agent for data agent in Microsoft Fabric (preview)
3-
description: Learn how to use creator agent to build and refine data agent configurations with AI-assisted setup, schema exploration, and few-shot generation.
2+
title: Build agent with AI mode for data agent in Microsoft Fabric (preview)
3+
description: Learn how to use the build agent with AI mode to configure and refine data agent configurations with AI-assisted setup, schema exploration, and few-shot generation.
44
author: msft-shreyas
55
ms.author: shradha
66
ms.date: 06/26/2026
@@ -9,20 +9,20 @@ ms.search.form: data agent
99
ai-usage: ai-assisted
1010
---
1111

12-
# Creator agent for data agent in Microsoft Fabric (preview)
12+
# Build agent with AI for data agent
1313

14-
Creator agent is a specialized AI assistant that helps you quickly build and refine the configurations that determine how a data agent behaves when answering questions over your data. Creator agent guides you through generating and improving the core configurations: **Agent Instructions**, **Data Source Instructions**, **Data Source Descriptions**, and **Example Queries**.
14+
**Build agent with AI** mode is a specialized AI assistant that helps you quickly build and refine the configurations that determine how a data agent behaves when answering questions over your data. **Build agent with AI** guides you through generating and improving the core configurations: **Agent Instructions**, **Data Source Instructions**, **Data Source Descriptions**, and **Example Queries**.
1515

16-
Use creator agent in **Build agent with AI mode** to explore your connected data source, discuss the types of questions you want your data agent to answer, and review recommended configuration updates. When you're ready, accept the suggestions to apply them, then switch to **Test mode** to validate the improvements.
16+
Use the **Build agent with AI** mode to explore your connected data source, discuss the types of questions you want your data agent to answer, and review recommended configuration updates. When you're ready, accept the suggestions to apply them, then switch to **Test data agent** to validate the improvements.
1717

18-
:::image type="content" source="media/data-agent-creator-agent-overview/creator-agent-entry-point.png" alt-text="Screenshot of the Build agent with AI option in the data agent ribbon that opens creator agent.":::
18+
:::image type="content" source="media/data-agent-creator-agent-overview/creator-agent-entry-point.png" alt-text="Screenshot of the Build agent with AI mode in the data agent ribbon that opens a creator assistant.":::
1919

2020
> [!NOTE]
21-
> This feature is currently in preview and is available for **SQL and Eventhouse data sources only**. Creator agent doesn't work if you add any unsupported data sources to your data agent.
21+
> This feature is currently in preview and is available for **SQL and Eventhouse data sources only**. Build agent with AI mode doesn't work if you add any unsupported data sources to your data agent.
2222
2323
## Prerequisites
2424

25-
Before using creator agent, make sure you have the following items:
25+
Before using **Build agent with AI**, make sure you have the following items:
2626

2727
- A Fabric capacity (an F SKU or a trial capacity) that hosts your data agent.
2828
- The data agent tenant setting enabled by your Fabric administrator. For more information, see [Configure Fabric data agent tenant settings](data-agent-tenant-settings.md).
@@ -32,7 +32,7 @@ Before using creator agent, make sure you have the following items:
3232

3333
## Configuration types
3434

35-
Creator agent helps you generate and manage four types of configuration artifacts that drive data agent quality:
35+
**Build agent with AI** helps you generate and manage four types of configuration artifacts that drive data agent quality:
3636

3737
| Configuration | Description |
3838
|---|---|
@@ -43,28 +43,28 @@ Creator agent helps you generate and manage four types of configuration artifact
4343

4444
## Get started
4545

46-
Follow these steps to start using creator agent with your data agent:
46+
Follow these steps to start using the **Build agent with AI** mode with your data agent:
4747

4848
1. **Create a data agent** and add a supported data source with the relevant tables selected.
4949

50-
1. **Open creator agent** by selecting **Build agent with AI** in the ribbon of your data agent.
50+
1. Select **Build agent with AI** in the ribbon of your data agent.
5151

52-
- **Build agent with AI** opens the creator agent chat experience.
52+
- **Build agent with AI** opens the creator assistant chat experience.
5353
- **Test data agent** switches to the standard data agent test mode.
5454

55-
1. **Start a conversation.** The creator agent opens with guidance on how to get started. Provide details about what you're trying to build, or ask a question you want the data agent to answer.
55+
1. **Start a conversation.** The build agent with AI mode opens with guidance on how to get started. Provide details about what you're trying to build, or ask a question you want the data agent to answer.
5656

5757
### Suggested first steps
5858

59-
- Ask the creator agent a question you want the data agent to answer.
60-
- Ask the creator agent to explore your schema and summarize key entities.
59+
- Ask the creator assistant a question you want the data agent to answer.
60+
- Ask the creator assistant to explore your schema and summarize key entities.
6161
- Request Data Source Instructions and a few few-shot examples for two or three key questions.
6262
- Execute a query to validate the generated output.
6363
- Accept the updates and switch to Test mode to try sample questions.
6464

6565
## Key features
6666

67-
The creator agent provides four core capabilities designed to help you discover your data, learn from existing patterns, and translate that context into better agent configurations.
67+
The Build agent with AI mode provides four core capabilities designed to help you discover your data, learn from existing patterns, and translate that context into better agent configurations.
6868

6969
### Schema exploration
7070

@@ -76,7 +76,7 @@ Helps you quickly understand what's available in your attached data source by di
7676
- *"What columns should I use to join customers to orders?"*
7777
- *"Show me the key date fields and how they're used across tables."*
7878

79-
The creator agent summarizes key entities, likely join paths, and important columns you can reference in Data Source Instructions or few-shot examples.
79+
The Build agent with AI mode summarizes key entities, likely join paths, and important columns you can reference in Data Source Instructions or few-shot examples.
8080

8181
### Query history exploration
8282

@@ -88,10 +88,10 @@ Surfaces patterns from successfully executed queries, such as common joins, filt
8888
- *"Find common joins between factSales and dimensions and summarize the join keys."*
8989
- *"Are there standard filters we always apply for active customers?"*
9090

91-
The creator agent summarizes recurring query structures and proposes candidate few-shot examples based on observed patterns.
91+
The build agent with AI mode summarizes recurring query structures and proposes candidate few-shot examples based on observed patterns.
9292

9393
> [!NOTE]
94-
> Access to query history depends on your permissions in the data source. If query history isn't available, the creator agent falls back to schema-driven recommendations.
94+
> Access to query history depends on your permissions in the data source. If query history isn't available, the creator assistant falls back to schema-driven recommendations.
9595
9696
### Generate instructions and few-shot examples
9797

@@ -104,7 +104,7 @@ Generates, improves, and helps you iterate on the configuration artifacts that d
104104
- *"Suggest five few-shots about revenue and returns."*
105105
- *"Please identify few-shots that contradict each other and recommend corrections."*
106106

107-
The creator agent proposes updates and you choose whether to apply them. Review changes carefully before accepting, as updates **replace** your existing configuration blocks when applied during the current preview.
107+
The creator assistant proposes updates and you choose whether to apply them. Review changes carefully before accepting, as updates **replace** your existing configuration blocks when applied during the current preview.
108108

109109
### Execute query
110110

@@ -116,7 +116,7 @@ Executes read-only queries against your attached data source to validate assumpt
116116
- *"Execute this query and tell me if the results look correct for active customers."*
117117
- *"Test the query you proposed for this few-shot and adjust it if it returns duplicates."*
118118

119-
The creator agent shows the query it ran and summarizes the results. A successful run returns a result set you can review in the chat. If the query fails, the creator agent reports the error so you can adjust the instructions or few-shot examples.
119+
The creator assistant shows the query it ran and summarizes the results. A successful run returns a result set you can review in the chat. If the query fails, the creator assistant reports the error so you can adjust the instructions or few-shot examples.
120120

121121
> [!IMPORTANT]
122122
> Only read-only queries are supported. Data modification operations are blocked.
@@ -135,15 +135,15 @@ Repeat this loop as needed to refine your data agent's behavior.
135135

136136
## Update configurations
137137

138-
The creator agent proposes configuration changes through the chat experience. When a suggestion is ready:
138+
The build agent with AI mode proposes configuration changes through the chat experience. When a suggestion is ready:
139139

140140
- Review the proposed changes in the chat.
141141
- Select **Accept** to apply the changes to your data agent, or decline to keep your current configuration.
142142
- Changes take effect immediately, enabling a tight **build → test → refine** loop.
143143

144144
## Unsupported configurations (preview)
145145

146-
During the current preview, creator agent doesn't generate or manage the following configurations:
146+
**Build agent with AI** doesn't generate or manage the following configurations:
147147

148148
- Data source selection (you must already attach a supported data source).
149149
- Schema selection.

docs/data-science/data-agent-toc/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ items:
3232
href: ../data-agent-routing.md
3333
- name: Add code interpreter
3434
href: ../data-agent-code-interpreter.md
35-
- name: Configure a data agent with ai
35+
- name: Configure a data agent with AI
3636
href: ../data-agent-creator-agent-overview.md
3737
- name: Fabric data agent runtime
3838
href: ../data-agent-runtime.md

docs/mirroring/snowflake-how-to-data-security.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ For more information, see Snowflake documentation on [Access Control Privileges
2525
> Any granular security established in the source Snowflake database must be re-configured in the mirrored database in Microsoft Fabric.
2626
> For more information, see [SQL granular permissions in Microsoft Fabric](../data-warehouse/sql-granular-permissions.md).
2727
28+
## Supported authentication methods
29+
30+
The following table lists which authentication methods are supported for mirroring for Snowflake:
31+
32+
| Authentication method | Supported | Notes |
33+
|---|---|---|
34+
| Username and password | Yes | Snowflake native authentication |
35+
| Microsoft Entra ID (SSO) | Yes | Single sign-on via Entra ID |
36+
| Key pair authentication | Yes | RSA key pair for service account scenarios |
37+
| Workspace identity | No | Not currently supported for Snowflake |
38+
2839
## Data protection features
2940

3041
You can secure column filters and predicate-based row filters on tables to roles and users in Microsoft Fabric:

0 commit comments

Comments
 (0)