<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data Agent Example Queries in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916874#M14537</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1448111"&gt;@ssrithar&lt;/a&gt;&amp;nbsp;I am not an expert in how this is done in Fabric, but I wanted to mention that the Data Agent instructions become part of the context during the chat. The larger the instruction the larger the context the more tokens it consumes during the chats. That will be eating the Fabric Capacity faster. I would suggest there should be a balance between how compex the instructions are and the goal of what you are trying to achive with the agent. I would try and match the instructions set with the main case scenario of this agent intended usage.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jan 2026 15:41:08 GMT</pubDate>
    <dc:creator>apturlov</dc:creator>
    <dc:date>2026-01-12T15:41:08Z</dc:date>
    <item>
      <title>Data Agent Example Queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916750#M14531</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While creating a data agent in Fabric, I added some SQL queries as direction for the agent. While doing it manually, I noticed that everytime I added a query, the agent will proceed to validate all the queries including the ones that were already validated. Is there a way to disable this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I tried uploading JSON files as the example queries, however the validating never stopped. Not sure whats the issue there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas how to resolve the above two?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 14:41:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916750#M14531</guid>
      <dc:creator>RaajPritvi26</dc:creator>
      <dc:date>2026-01-12T14:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data Agent Example Queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916787#M14533</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1398822"&gt;@RaajPritvi26&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great question — both of these are known limitations in the current Fabric Data Agent experience.&lt;/P&gt;&lt;P&gt;There is currently &lt;STRONG&gt;no way to disable this&lt;/STRONG&gt; behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Suggested Workaround:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Keep each query simple and modular&lt;/STRONG&gt; during build/test&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Paste in pre-validated SQL&lt;/STRONG&gt; (run in Fabric Warehouse first)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JSON Upload Hangs During Validation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Why This Happens:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The agent expects a &lt;STRONG&gt;very specific JSON structure&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Any deviation (invalid syntax, missing fields, extra commas, bad escaping) can cause validation to hang or silently fail&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Complex SQL strings with newline characters or quotes can also trip up the parser&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;How to Fix It:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Start with a minimal valid JSON template&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Avoid complex formatting in the query string&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Validate the JSON before uploading&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Upload a few queries at a time to isolate errors&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Improve &lt;STRONG&gt;error handling for bad JSON&lt;/STRONG&gt; (e.g., show validation error instead of silent loop)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Support &lt;STRONG&gt;bulk editing with syntax highlighting&lt;/STRONG&gt; in the agent editor&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post helps, then please appreciate giving a &lt;STRONG&gt;Kudos&lt;/STRONG&gt; or accepting as a &lt;STRONG&gt;Solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 14:00:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916787#M14533</guid>
      <dc:creator>ssrithar</dc:creator>
      <dc:date>2026-01-12T14:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Agent Example Queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916855#M14536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1448111"&gt;@ssrithar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Appreciate your insights! Another thing that came across my mind is that is there a max number of example queries we can input into the data agent? I played around and noticed anything above 100 will also result in the perpetual validation issue.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 15:04:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916855#M14536</guid>
      <dc:creator>RaajPritvi26</dc:creator>
      <dc:date>2026-01-12T15:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Agent Example Queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916874#M14537</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1448111"&gt;@ssrithar&lt;/a&gt;&amp;nbsp;I am not an expert in how this is done in Fabric, but I wanted to mention that the Data Agent instructions become part of the context during the chat. The larger the instruction the larger the context the more tokens it consumes during the chats. That will be eating the Fabric Capacity faster. I would suggest there should be a balance between how compex the instructions are and the goal of what you are trying to achive with the agent. I would try and match the instructions set with the main case scenario of this agent intended usage.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 15:41:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4916874#M14537</guid>
      <dc:creator>apturlov</dc:creator>
      <dc:date>2026-01-12T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Agent Example Queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4918011#M14559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1398822"&gt;@RaajPritvi26&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1448111"&gt;@ssrithar&lt;/a&gt;&amp;nbsp; and &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1258887"&gt;@apturlov&lt;/a&gt;&amp;nbsp;, Thank you for your prompt responses.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1398822"&gt;@RaajPritvi26&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The agent only uses the top four most relevant examples at runtime, but it does not define an upper storage limit. Even the UI currently struggles with large sets. The validator re-checks the entire set every time an example is added or changed. Large sets increase validation load significantly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: 20–40 well‑crafted examples per domain confirmed to work reliably across creators. Avoid attempts to upload &amp;gt;100 until Microsoft improves validation performance. The agent makes use of only a handful during execution, so massive libraries provide minimal additional benefit but large authoring overhead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer below links.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-science/data-agent-example-queries" target="_blank"&gt;Data Agent Example Queries - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog.fabric.microsoft.com/en-us/blog/creator-improvements-in-the-data-agent/" target="_blank"&gt;Creator Improvements in the Data Agent | Microsoft Fabric Blog | Microsoft Fabric&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 10:38:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4918011#M14559</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-01-14T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Agent Example Queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4920691#M14620</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1398822"&gt;@RaajPritvi26&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 10:32:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4920691#M14620</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-01-19T10:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Agent Example Queries</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4923870#M14715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1398822" target="_blank"&gt;@RaajPritvi26&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 03:46:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Agent-Example-Queries/m-p/4923870#M14715</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-01-23T03:46:27Z</dc:date>
    </item>
  </channel>
</rss>

