influxdb/influxdb3_py_api
Paul Dix 2d18a61949
feat: Add query API to Python plugins (#25766)
This ended up being a couple things rolled into one. In order to add a query API to the Python plugin, I had to pull the QueryExecutor trait out of server into a place so that the python crate could use it.

This implements the query API, but also fixes up the WAL plugin test CLI a bit. I've added a test in the CLI section so that it shows end-to-end operation of the WAL plugin test API and exercise of the entire Plugin API.

Closes #25757
2025-01-09 20:13:20 -05:00
..
src feat: Add query API to Python plugins (#25766) 2025-01-09 20:13:20 -05:00
Cargo.toml feat: Add query API to Python plugins (#25766) 2025-01-09 20:13:20 -05:00