Hello,
ArcGIS Pro currently ships with:
-pyhthon-duckdb
-sqlalchemy
Both of which are great Python Libraries for cutting edge spatial analysis, but to get them to talk, please additionally provide:
-duckdb-engine
Without the duckdb-engine installed, creating an sqlalchemy engine for duckdb will error.
import duckdb
from sqlalchemy import create_engine
engine = create_engine("duckdb:///:memory:")Running the above code results in (without duckdb-engine installed):
NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:duckdb
Thanks for listening.
Tyler
ArcGIS Pro 3.5