<?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>idea Ship duckdb-engine with ArcGIS Pro in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idi-p/1633147</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;ArcGIS Pro currently ships with:&lt;BR /&gt;-pyhthon-duckdb&lt;BR /&gt;-&lt;SPAN&gt;sqlalchemy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Both of which are great Python Libraries for cutting edge spatial analysis, but to get them to talk, please additionally provide:&lt;BR /&gt;-&lt;SPAN&gt;duckdb-engine&lt;BR /&gt;&lt;BR /&gt;Without the duckdb-engine installed, creating an sqlalchemy engine for duckdb will error.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import duckdb
from sqlalchemy import create_engine

engine = create_engine("duckdb:///:memory:")&lt;/LI-CODE&gt;&lt;P&gt;Running the above code results in (without duckdb-engine installed):&lt;BR /&gt;&lt;SPAN class=""&gt;NoSuchModuleError&lt;/SPAN&gt;&lt;SPAN class=""&gt;: Can't load plugin: sqlalchemy.dialects:duckdb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for listening.&lt;BR /&gt;&lt;BR /&gt;Tyler&lt;BR /&gt;ArcGIS Pro 3.5&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jul 2025 15:29:11 GMT</pubDate>
    <dc:creator>TylerT</dc:creator>
    <dc:date>2025-07-15T15:29:11Z</dc:date>
    <item>
      <title>Ship duckdb-engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idi-p/1633147</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;ArcGIS Pro currently ships with:&lt;BR /&gt;-pyhthon-duckdb&lt;BR /&gt;-&lt;SPAN&gt;sqlalchemy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Both of which are great Python Libraries for cutting edge spatial analysis, but to get them to talk, please additionally provide:&lt;BR /&gt;-&lt;SPAN&gt;duckdb-engine&lt;BR /&gt;&lt;BR /&gt;Without the duckdb-engine installed, creating an sqlalchemy engine for duckdb will error.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import duckdb
from sqlalchemy import create_engine

engine = create_engine("duckdb:///:memory:")&lt;/LI-CODE&gt;&lt;P&gt;Running the above code results in (without duckdb-engine installed):&lt;BR /&gt;&lt;SPAN class=""&gt;NoSuchModuleError&lt;/SPAN&gt;&lt;SPAN class=""&gt;: Can't load plugin: sqlalchemy.dialects:duckdb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for listening.&lt;BR /&gt;&lt;BR /&gt;Tyler&lt;BR /&gt;ArcGIS Pro 3.5&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 15:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idi-p/1633147</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2025-07-15T15:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ship duckdb-engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idc-p/1655999#M36377</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/530005"&gt;@TylerT&lt;/a&gt;&amp;nbsp;and others, we have packaged duckdb-engine on the esri channel, duckdb-egine is now available to install into a clone in ArcGIS Pro versions &amp;gt;=3.5.&lt;BR /&gt;&lt;BR /&gt;You can use the &lt;STRONG&gt;ArcGIS Pro &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm" target="_self"&gt;Package Manager&lt;/A&gt;&lt;/STRONG&gt; available on the backstage (&lt;STRONG&gt;Project&lt;/STRONG&gt; tab) to accomplish this. First navigate to the Package Manager, then click the cog icon at the top-right of the Package Manager to open the &lt;STRONG&gt;Environment Manager &lt;/STRONG&gt;and&amp;nbsp;click the&amp;nbsp;&lt;EM&gt;Clone arcgispro-py3&lt;/EM&gt; button to clone the default environment. Once done, double-click the cloned environment in the list to activate it. Now exit the Environment Manager and click the Add Packages on the Package Manager, then search &lt;EM&gt;duckdb-engine&lt;/EM&gt; and install.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 20:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idc-p/1655999#M36377</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2025-10-07T20:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ship duckdb-engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idc-p/1661277#M36564</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50334"&gt;@HannesZiegler&lt;/a&gt;;&amp;nbsp;Excellent.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 12:11:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idc-p/1661277#M36564</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2025-10-28T12:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ship duckdb-engine with ArcGIS Pro - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idc-p/1661897#M36582</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have packaged duckdb-engine on the esri channel, duckdb-egine is now available to install into a clone in ArcGIS Pro versions &amp;gt;=3.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ArcGIS Pro&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm" target="_self" rel="nofollow noopener noreferrer"&gt;Package Manager&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;available on the backstage (&lt;/SPAN&gt;&lt;STRONG&gt;Project&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;tab) to accomplish this. First navigate to the Package Manager, then click the cog icon at the top-right of the Package Manager to open the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Environment Manager&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;and&amp;nbsp;click the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Clone arcgispro-py3&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;button to clone the default environment. Once done, double-click the cloned environment in the list to activate it. Now exit the Environment Manager and click the Add Packages on the Package Manager, then search&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;duckdb-engine&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;and install.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 14:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/ship-duckdb-engine-with-arcgis-pro/idc-p/1661897#M36582</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2025-10-29T14:41:08Z</dc:date>
    </item>
  </channel>
</rss>

