<?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: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5151455#M15860</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1561317"&gt;@kaouter&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notebooks will run under the context of the current user, or the notebook author if it is scheduled.&amp;nbsp;&lt;BR /&gt;If it is run with a pipeline, then it can run under a service principal or workspace identity I believe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the notebook creator has permissions on the keyvault. Also make sure the keyvault is either open to the public internet, or you have created a private endpoint from the fabric workspace to the keyvault.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2026 15:40:51 GMT</pubDate>
    <dc:creator>tayloramy</dc:creator>
    <dc:date>2026-04-16T15:40:51Z</dc:date>
    <item>
      <title>Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns 403</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5151385#M15858</link>
      <description>&lt;P class=""&gt;Hi all,&lt;/P&gt;&lt;P class=""&gt;I've been hitting a &lt;FONT color="#FF0000"&gt;403 Forbidden&lt;/FONT&gt; error when calling mssparkutils.credentials.getSecret from a Fabric&lt;STRONG&gt; notebook triggered via Apache Airflow&lt;/STRONG&gt;. The error message includes a caller &lt;STRONG&gt;appid&lt;/STRONG&gt; (caxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) that I can't find anywhere in Entra ID : not in App Registrations, not in Enterprise Applications.&lt;/P&gt;&lt;P class=""&gt;Here's the relevant part of the error:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;Caller: appid=caxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx;oid=4exxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx &lt;/SPAN&gt;&lt;SPAN&gt;Action: Microsoft.KeyVault/vaults/secrets/getSecret/action &lt;/SPAN&gt;&lt;SPAN&gt;innererror: ForbiddenByRbac&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;I decoded the JWT token used for the Key Vault call and confirmed idtyp: app — so &lt;FONT color="#FF0000"&gt;it's not a user identity&lt;/FONT&gt;. But it &lt;FONT color="#FF0000"&gt;doesn't match the Workspace Identity either&lt;/FONT&gt; (different appid).&lt;/P&gt;&lt;P class=""&gt;My understanding so far: Fabric generates a &lt;STRONG&gt;&lt;FONT color="#339966"&gt;spark runtime identity automatically&lt;/FONT&gt;&lt;/STRONG&gt; when a notebook runs, especially when triggered externally via Airflow. This identity &lt;STRONG&gt;isn't&lt;/STRONG&gt; directly &lt;STRONG&gt;visible&lt;/STRONG&gt; in Entra ID, which makes &lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;RBAC assignment tricky&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="arial black,avant garde"&gt;Has anyone run into this?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Worth noting&lt;/STRONG&gt; : Airflow triggers the notebook by calling the Fabric API using a SPN. That SPN has enough permissions to kick off the job, but apparently &lt;STRONG&gt;&lt;FONT color="#339966"&gt;that's where its authority ends &lt;/FONT&gt;&lt;/STRONG&gt;— the identity that actually runs inside the notebook and tries to read from Key Vault is&lt;STRONG&gt; &lt;FONT color="#339966"&gt;something else entirely&lt;/FONT&gt;&lt;/STRONG&gt;. So even if your SPN is correctly configured, the notebook runtime uses its own identity for downstream calls, and that identity has no Key Vault access.&lt;BR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1445078"&gt;@deborshi_nag&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1362061"&gt;@NaveenUpadhye&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/882991"&gt;@v-nmadadi-msft&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/843006"&gt;@Olufemi7&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/486347"&gt;@Lodha_Jaydeep&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1448111"&gt;@ssrithar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/781788"&gt;@arabalca&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/783425"&gt;@Shreya_Barhate&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 14:39:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5151385#M15858</guid>
      <dc:creator>kaouter</dc:creator>
      <dc:date>2026-04-16T14:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5151455#M15860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1561317"&gt;@kaouter&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notebooks will run under the context of the current user, or the notebook author if it is scheduled.&amp;nbsp;&lt;BR /&gt;If it is run with a pipeline, then it can run under a service principal or workspace identity I believe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the notebook creator has permissions on the keyvault. Also make sure the keyvault is either open to the public internet, or you have created a private endpoint from the fabric workspace to the keyvault.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 15:40:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5151455#M15860</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-04-16T15:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5151472#M15861</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, thanks for the response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;The notebook is triggered externally via Apache Airflow&lt;/STRONG&gt;&lt;SPAN&gt;, not through a Fabric Pipeline or the built-in scheduler. Airflow calls the Fabric API using a SPN to start the job. So the “&lt;/SPAN&gt;&lt;STRONG&gt;notebook author”&lt;/STRONG&gt; &lt;STRONG&gt;context doesn’t seem to apply here&lt;/STRONG&gt;&lt;SPAN&gt; — the identity that shows up in the 403 error is neither my user account nor the SPN Airflow uses to trigger it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;That’s the confusing part. The caller appid in the token doesn’t match anything in Entra ID — not the triggering SPN, not the Workspace Identity.&lt;/STRONG&gt;&lt;SPAN&gt; It looks like Fabric &lt;/SPAN&gt;&lt;STRONG&gt;generates a separate runtime identity for the Spark session itself&lt;/STRONG&gt;&lt;SPAN&gt; when the notebook is triggered externally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WN: executing notebook manually or with pipeline or scheduler in fabric works perfects but i need that my notebook get the key vault when it is triggered by apache airflow job in fabric !!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone specifically documented how identity works when Fabric notebooks are triggered via external API calls rather than Pipelines or the scheduler?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 15:58:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5151472#M15861</guid>
      <dc:creator>kaouter</dc:creator>
      <dc:date>2026-04-16T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5152535#M15885</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;BLOCKQUOTE&gt;&lt;HR /&gt;Instead, Fabric generates a session-specific identity that has no Key Vault permissions.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Are you able to provide a source for this behaviour? THis is the first time I've heard of Fabric creating it's own identities. A documentation link would be helpful to verify this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 13:30:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5152535#M15885</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-04-17T13:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5152652#M15890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refres to the below links for the details from where I was able to provide the details&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Science/How-to-Access-Azure-Key-Vault-Secrets-in-Fabric-Notebook-Using/m-p/4888259#M943" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Data-Science/How-to-Access-Azure-Key-Vault-Secrets-in-Fabric-Notebook-Using/m-p/4888259#M943&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://peerinsights.emono.dk/whos-calling" target="_blank"&gt;https://peerinsights.emono.dk/whos-calling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.syntera.ch/blog/2023/10/18/how-to-access-azure-key-vault-secrets-from-fabric-notebook/" target="_blank"&gt;https://www.syntera.ch/blog/2023/10/18/how-to-access-azure-key-vault-secrets-from-fabric-notebook/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if further details are required on the same&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 15:28:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5152652#M15890</guid>
      <dc:creator>ssrithar</dc:creator>
      <dc:date>2026-04-17T15:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5152750#M15891</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;None of those links make any reference to Fabric creating new session specific identities for auth.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please fact check before you post content on the forums, especially if it is generated from an LLM.&amp;nbsp; Spreading misinformation is not helpful for the community.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 17:07:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5152750#M15891</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-04-17T17:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5153955#M15903</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1561317"&gt;@kaouter&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for being part of the Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 04:03:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5153955#M15903</guid>
      <dc:creator>v-ssriganesh</dc:creator>
      <dc:date>2026-04-20T04:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5154752#M15929</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1561317"&gt;@kaouter&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we discussed on Discord, Fabric uses the security context of the identity that calls the API to trigger the notebook to access the keyvault.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, when you have an airflow SPN triggering the notebook, that SPN is the identity that needs permissions on the keyvault for the notebook to be able to successfully authenicate to the keyvault.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was great connecting with you on Discord and being able to help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 15:44:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5154752#M15929</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-04-20T15:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5154760#M15930</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;Quick update to close this out.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We ended up granting Key Vault permissions directly to the SPN that Airflow uses to trigger the notebook. Once the SPN had the Key Vault Secrets User role assigned, everything worked.&lt;BR /&gt;Thanks to everyone who jumped in on this thread, and a special shoutout to Taylor, your root cause breakdown was really helpful.&lt;BR /&gt;One thing I’d love to see from Microsoft in the future: when a notebook is triggered externally via a SPN, it should be possible to configure it to run under the Workspace Managed Identity instead. This would be the cleaner approach from a security standpoint : Airflow stays responsible for orchestration only, the SPN never touches the data or the secrets, and the notebook runs under a Workspace Identity that already has the right Key Vault permissions. Clean separation between the orchestration layer and the data layer.&lt;BR /&gt;Right now that separation isn’t possible when triggering notebooks directly via the Fabric API, which forces you to give Key Vault access to the orchestration SPN (not ideal).&lt;BR /&gt;Hope this thread helps someone else. Thanks again everyone!​​​​​​​​​​​​​​​​&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 15:53:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5154760#M15930</guid>
      <dc:creator>kaouter</dc:creator>
      <dc:date>2026-04-20T15:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric - Airflow Jobs - Notebook Access to Key Vault -mssparkutils.credentials.getSecret returns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5155490#M15944</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1561317"&gt;@kaouter&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For that suggestion, I recommend you post an Idea and see what happens.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If it gains traction here then the product team will notice it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:44:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Airflow-Jobs-Notebook-Access-to-Key-Vault-mssparkutils/m-p/5155490#M15944</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-04-21T13:44:52Z</dc:date>
    </item>
  </channel>
</rss>

