We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c5d48 commit 976779bCopy full SHA for 976779b
1 file changed
src/query_farm_server_base/server.py
@@ -248,7 +248,7 @@ def __init__(
248
ActionType.TABLE_FUNCTION_FLIGHT_INFO: ActionHandlerSpec(
249
self.action_table_function_flight_info,
250
action_decoders.table_function_flight_info,
251
- lambda v: v.model_dump(),
+ lambda x: x.serialize(),
252
False,
253
),
254
ActionType.LIST_SCHEMAS: ActionHandlerSpec(
0 commit comments