<?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: How to access Fabric Warehouse from Fabric Notebooks? in Fabric platform</title>
    <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3651952#M3602</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="265587" data-lia-user-login="AndyDDC" class="lia-mention lia-mention-user"&gt;AndyDDC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your answer. However, I was curious to try the query said above without any space in the workspace name. For that, I had to create new Fabric account as I don't have new workspace creation request in existing account. It took me a while, but &lt;STRONG&gt;I am able to read DW table from Spark notebook.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;df = spark.read.format("delta").load("abfss://&lt;A href="mailto:workspace@onelake.dfs.fabric.microsoft.c" target="_blank" rel="noopener nofollow noreferrer"&gt;workspace-without-space@onelake.dfs.fabric.microsoft.c&lt;/A&gt;om/test_dw.Datawarehouse/Tables/dbo/Date")&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;df.write&lt;/STRONG&gt; is getting &lt;STRONG&gt;failed&lt;/STRONG&gt; as it says &lt;STRONG&gt;PUT&lt;/STRONG&gt; &lt;STRONG&gt;request forbidden&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, It seems like overwrite or create new table in Warehouse using Spark Notebook is not possible as of now. &lt;STRONG&gt;Pyodbc&lt;/STRONG&gt; and jdbc might help.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2024 10:40:45 GMT</pubDate>
    <dc:creator>Madhusudan_P</dc:creator>
    <dc:date>2024-01-31T10:40:45Z</dc:date>
    <item>
      <title>How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3651501#M3589</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to access Fabric Datawarehouse table from Fabric notebooks. I am copying ABFS path of Datawarehouse table from its properties as under the hood table in datawarehouse is a delta table.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then passed below query -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;df = spark.read.format("delta").load("abfss://My &lt;A href="mailto:workspace@onelake.dfs.fabric.microsoft.c" target="_blank" rel="noopener"&gt;workspace@onelake.dfs.fabric.microsoft.c&lt;/A&gt;om/test_dw.Datawarehouse/Tables/dbo/Date")&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It's getting failed with the following error -&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;IllegalArgumentException&lt;/SPAN&gt;: &lt;/STRONG&gt;Illegal character in authority at index 8: abfss://My &lt;A href="mailto:workspace@onelake.dfs.fabric.microsoft.com" target="_blank" rel="noopener"&gt;workspace@onelake.dfs.fabric.microsoft.com&lt;/A&gt;.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I tried passing below query but again same error.&lt;/DIV&gt;&lt;PRE&gt;df = spark.read.format("delta").load("abfss://My%20&lt;A href="mailto:workspace@onelake.dfs.fabric.microsoft.c" target="_blank" rel="noopener"&gt;workspace@onelake.dfs.fabric.microsoft.c&lt;/A&gt;om/test_dw.Datawarehouse/Tables/dbo/Date")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering is it possible to read and write to warehouse tables from notebooks in Fabric?&lt;BR /&gt;We have similar option in Synapse in which we can read/write data warehouse tables using &lt;STRONG&gt;.synapsesql&amp;nbsp;&lt;/STRONG&gt;option using Notebooks.&lt;/P&gt;&lt;P&gt;&lt;A title="Azure Synapse Dedicated SQL Pool Connector for Apache Spark - Azure Synapse Analytics" href="https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/writing-data-using-azure-synapse-dedicated-sql-pool-connector/ba-p/3535930" target="_self"&gt;https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/writing-data-using-azure-synapse-dedicated-sql-pool-connector/ba-p/3535930&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jan 2024 11:23:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3651501#M3589</guid>
      <dc:creator>Madhusudan_P</dc:creator>
      <dc:date>2024-01-22T11:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3651527#M3590</link>
      <description>&lt;P&gt;You won't be able to read or write to Warehouse tables as those requests need to go through the SQL endpoint of the warehouse, it won't work with Spark.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use something like pyodbc or jdbc to connect to the Warehouse from within a notebook:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/connectivity" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-warehouse/connectivity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 11:35:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3651527#M3590</guid>
      <dc:creator>AndyDDC</dc:creator>
      <dc:date>2024-01-22T11:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3651952#M3602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="265587" data-lia-user-login="AndyDDC" class="lia-mention lia-mention-user"&gt;AndyDDC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your answer. However, I was curious to try the query said above without any space in the workspace name. For that, I had to create new Fabric account as I don't have new workspace creation request in existing account. It took me a while, but &lt;STRONG&gt;I am able to read DW table from Spark notebook.&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;df = spark.read.format("delta").load("abfss://&lt;A href="mailto:workspace@onelake.dfs.fabric.microsoft.c" target="_blank" rel="noopener nofollow noreferrer"&gt;workspace-without-space@onelake.dfs.fabric.microsoft.c&lt;/A&gt;om/test_dw.Datawarehouse/Tables/dbo/Date")&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;df.write&lt;/STRONG&gt; is getting &lt;STRONG&gt;failed&lt;/STRONG&gt; as it says &lt;STRONG&gt;PUT&lt;/STRONG&gt; &lt;STRONG&gt;request forbidden&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, It seems like overwrite or create new table in Warehouse using Spark Notebook is not possible as of now. &lt;STRONG&gt;Pyodbc&lt;/STRONG&gt; and jdbc might help.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 10:40:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3651952#M3602</guid>
      <dc:creator>Madhusudan_P</dc:creator>
      <dc:date>2024-01-31T10:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3666692#M3815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="678308" data-lia-user-login="Madhusudan_P" class="lia-mention lia-mention-user"&gt;Madhusudan_P&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;That's correct, you cannot write directly to the warehouse folder. All updates have to come through the warehouse engine.&amp;nbsp;You can't write to DW tables from Spark or any other engine .&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 17:37:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3666692#M3815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-29T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3667137#M3819</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Since we have the capacity in Synapse Dedicated SQL Pool to write from Synapse notebook, why this hasn't been extended to Fabric Warehouse and Notebooks. Is it expected in future?&lt;BR /&gt;&lt;A href="https://techcommunity.microsoft.com/t5/azure-synapse-analytics-blog/writing-data-using-azure-synapse-dedicated-sql-pool-connector/ba-p/3535930" target="_self"&gt;Dedicated SQL Pool connector for Apache Spark&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 01:01:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3667137#M3819</guid>
      <dc:creator>Madhusudan_P</dc:creator>
      <dc:date>2024-01-30T01:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3667392#M3821</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="678308" data-lia-user-login="Madhusudan_P" class="lia-mention lia-mention-user"&gt;Madhusudan_P&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Currently we do not have any information regarding the availability of this feature.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate if you could share the feedback on our&amp;nbsp;&lt;A href="https://ideas.fabric.microsoft.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;feedback channel&lt;/A&gt;.&amp;nbsp;Which would be open for the user community to upvote &amp;amp; comment on. This allows our product teams to effectively prioritize your request against our existing feature backlog and gives insight into the potential impact of implementing the suggested feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please let me know if you have any further queries.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 04:03:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3667392#M3821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-30T04:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3668300#M3836</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="678308" data-lia-user-login="Madhusudan_P" class="lia-mention lia-mention-user"&gt;Madhusudan_P&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can add the Warehouse as a shortcut to Lakehouse and then read it just as a table. But even in this method, you will be able to only read data from Warehouse and not write.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The approach I would suggest you is add the Lakehouse back in Warehouse and you would be able to query the data from Lakehouse within Warehouse. Kind of like a full circle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 13:28:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/3668300#M3836</guid>
      <dc:creator>govindarajan_d</dc:creator>
      <dc:date>2024-01-30T13:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/4672487#M15170</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Since 2025Q1 the following should work (even reading from different workspace)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;df.write.synapsesql("&amp;lt;warehouse/lakehouse name&amp;gt;.&amp;lt;schema name&amp;gt;.&amp;lt;table name&amp;gt;") # this uses default mode - errorifexists

df.write.mode("errorifexists").synapsesql("&amp;lt;warehouse/lakehouse name&amp;gt;.&amp;lt;schema name&amp;gt;.&amp;lt;table name&amp;gt;")
df.write.mode("ignore").synapsesql("&amp;lt;warehouse/lakehouse name&amp;gt;.&amp;lt;schema name&amp;gt;.&amp;lt;table name&amp;gt;")
df.write.mode("append").synapsesql("&amp;lt;warehouse/lakehouse name&amp;gt;.&amp;lt;schema name&amp;gt;.&amp;lt;table name&amp;gt;")
df.write.mode("overwrite").synapsesql("&amp;lt;warehouse/lakehouse name&amp;gt;.&amp;lt;schema name&amp;gt;.&amp;lt;table name&amp;gt;")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/spark-data-warehouse-connector?tabs=pyspark" target="_blank" rel="noopener nofollow ugc"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/spark-data-warehouse-connector?tabs=pyspark#supported-dataframe-save-modes&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:41:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/4672487#M15170</guid>
      <dc:creator>jankuc</dc:creator>
      <dc:date>2025-04-29T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/4672491#M15172</link>
      <description>&lt;P&gt;Currently since 2025Q1 the synapsesql() should work:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import com.microsoft.spark.fabric
from com.microsoft.spark.fabric.Constants import Constants

df = spark.read.synapsesql("&amp;lt;warehouse/lakehouse name&amp;gt;.&amp;lt;schema name&amp;gt;.&amp;lt;table or view name&amp;gt;")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/spark-data-warehouse-connector?tabs=pyspark#supported-dataframe-save-modes" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/spark-data-warehouse-connector?tabs=pyspark#supported-dataframe-save-modes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:44:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/4672491#M15172</guid>
      <dc:creator>jankuc</dc:creator>
      <dc:date>2025-04-29T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Fabric Warehouse from Fabric Notebooks?</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/4852262#M21840</link>
      <description>&lt;P&gt;This code works just fine.&amp;nbsp; I had generated some synthetic data with time stamps and needed to fix a "no time zone" error.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;# Using spark connector to warehouse&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; com.microsoft.spark.fabric &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; Constants&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; pyspark.sql.functions &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; col&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Make sure timestamps have time zone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for&lt;/SPAN&gt;&lt;SPAN&gt; c &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; df.columns:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;dict&lt;/SPAN&gt;&lt;SPAN&gt;(df.dtypes)[c] == &lt;/SPAN&gt;&lt;SPAN&gt;"timestamp_ntz"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; df = df.withColumn(c, col(c).cast(&lt;/SPAN&gt;&lt;SPAN&gt;"timestamp"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Write data from a DataFrame to the warehouse&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;df.write.mode(&lt;/SPAN&gt;&lt;SPAN&gt;"overwrite"&lt;/SPAN&gt;&lt;SPAN&gt;).synapsesql(&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;target_warehouse&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;.dbo.&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;warehouse_table_name&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;## Verify the data written to the warehouse&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# df_verify = spark.read.synapsesql(f"{target_warehouse}.dbo.{warehouse_table_name}")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#display(df_verify.limit(10))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Oct 2025 20:54:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/How-to-access-Fabric-Warehouse-from-Fabric-Notebooks/m-p/4852262#M21840</guid>
      <dc:creator>stuckerj</dc:creator>
      <dc:date>2025-10-16T20:54:32Z</dc:date>
    </item>
  </channel>
</rss>

