<?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: About dtype changes to String automatically even defined as GUID in Variable Library in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/About-dtype-changes-to-String-automatically-even-defined-as-GUID/m-p/5185930#M16291</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1411572"&gt;@Krrish12&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P&gt;Currently, parameterization support for connections is not available in Fabric Data Factory. However, this capability is expected in future releases. You can follow the Fabric roadmap:&amp;nbsp;&lt;A href="https://roadmap.fabric.microsoft.com/?product=datafactory" target="_blank" rel="noopener"&gt;Microsoft Fabric Roadmap&lt;/A&gt; for upcoming enhancements.&lt;/P&gt;
&lt;P&gt;As a workaround, instead of dynamically resolving the connection GUID through libraryVariables, you can consider the following approaches:&lt;/P&gt;
&lt;P&gt;Use If/Switch activities and assign static connections.&lt;BR /&gt;Store the connection GUID in a pipeline parameter and pass the actual GUID value directly.&lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2026 05:46:09 GMT</pubDate>
    <dc:creator>v-echaithra</dc:creator>
    <dc:date>2026-05-20T05:46:09Z</dc:date>
    <item>
      <title>About dtype changes to String automatically even defined as GUID in Variable Library</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/About-dtype-changes-to-String-automatically-even-defined-as-GUID/m-p/5185389#M16284</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had created a Variable library with guid type , but when I am using that same variable in pipeline dynamically , it is being used as String. Basically , I have inserted my connection string in variable of type GUID , which when I am trying to access dynamically in connections , it is giving me below error&lt;BR /&gt;Failed to resolve the connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error Message: {&lt;BR /&gt;"hasFirewallBypassToken": false,&lt;BR /&gt;"errorResponse": {&lt;BR /&gt;"error": {&lt;BR /&gt;"code": "400",&lt;BR /&gt;"message": "Failed to resolve connection 'pipeline().libraryVariables[\n concat('WorkspaceVariables_', pipeline().parameters.p_connection_name, '_connection')\n]\n' referenced in activity run '343d1e31-6125-44b4-bf17-4d28a3cf4078'. ErrorCode: 'InvalidExternalReferenceConnection'. ErrorMessage: 'Invalid datasourceObjectId: pipeline().libraryVariables[\n concat('WorkspaceVariables_', pipeline().parameters.p_connection_name, '_connection')\n]\n passed. It should be a valid Guid.'."&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Below are screenshots&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Krrish12_0-1779190986251.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1349306iC9A85486E6F736E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Krrish12_0-1779190986251.png" alt="Krrish12_0-1779190986251.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Krrish12_1-1779191137515.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1349307i8296FFD2081B0887/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Krrish12_1-1779191137515.png" alt="Krrish12_1-1779191137515.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 11:46:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/About-dtype-changes-to-String-automatically-even-defined-as-GUID/m-p/5185389#M16284</guid>
      <dc:creator>Krrish12</dc:creator>
      <dc:date>2026-05-19T11:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: About dtype changes to String automatically even defined as GUID in Variable Library</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/About-dtype-changes-to-String-automatically-even-defined-as-GUID/m-p/5185930#M16291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1411572"&gt;@Krrish12&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P&gt;Currently, parameterization support for connections is not available in Fabric Data Factory. However, this capability is expected in future releases. You can follow the Fabric roadmap:&amp;nbsp;&lt;A href="https://roadmap.fabric.microsoft.com/?product=datafactory" target="_blank" rel="noopener"&gt;Microsoft Fabric Roadmap&lt;/A&gt; for upcoming enhancements.&lt;/P&gt;
&lt;P&gt;As a workaround, instead of dynamically resolving the connection GUID through libraryVariables, you can consider the following approaches:&lt;/P&gt;
&lt;P&gt;Use If/Switch activities and assign static connections.&lt;BR /&gt;Store the connection GUID in a pipeline parameter and pass the actual GUID value directly.&lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 05:46:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/About-dtype-changes-to-String-automatically-even-defined-as-GUID/m-p/5185930#M16291</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2026-05-20T05:46:09Z</dc:date>
    </item>
  </channel>
</rss>

