Query Arrow Flight SQL servers that expose DuckLake-based catalogs and tables directly from DuckDB using standard SQL — including PostHog's managed data warehouse via Duckgres.
Maintainer(s):
PostHog
Installing and Loading
INSTALL duckhog FROM community;
LOAD duckhog;
Example
ATTACH 'hog:my_database?user=username&password=pw&flight_server=grpc+tls://localhost:8815' AS posthog_db;
SELECT * FROM posthog_db.events LIMIT 10;
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| duckhog_version | scalar | NULL | NULL |
Overloaded Functions
This extension does not add any function overloads.
Added Types
This extension does not add any types.
Added Settings
This extension does not add any settings.