Diagnostics functions in the Airport DuckDB extension
Function category
Diagnostics
2 functionsIdentify the Airport extension version and the User-Agent it advertises to remote servers. Useful for debugging connectivity issues and matching server logs to a specific extension build.
Signature
airport_user_agent() → VARCHAR
Description
Returns the User-Agent header string Airport sends with Arrow Flight requests.
Signature
airport_version() → VARCHAR
Description
Returns the version string of the loaded Airport extension.