DuckDB Takes Flight: The Airport Extension Enables Arrow Flight Support

2025-05-23
DuckDB Takes Flight: The Airport Extension Enables Arrow Flight Support

DuckDB just got a major upgrade! The new Airport extension allows DuckDB to query, modify, and store data via Arrow Flight servers, breaking down barriers to accessing various data sources. Now DuckDB can access non-tabular data, unsupported formats, and even external APIs. Developers can add custom SQL functions, remotely execute UDFs, and implement fine-grained access control. Built on Apache Arrow and gRPC, Airport offers high performance and broad compatibility, opening new horizons for data services.

Read more
Development