Problem
GET /api/table-functions always answers with an empty list. DataFusion does not catalog table valued functions.
The code marks the endpoint deprecated. See beacon-server/beacon-server/src/axum/client/functions.rs:12.
The test expects read_parquet and read_csv in the list. The test fails.
Failed test
test_introspection.py::test_table_functions_include_readers
Task
- Change the test to assert an empty list.
- Add a comment that names the table function reference in the documentation.
- Run the file again.
Environment
Branch features/reimplement-atlas. Image beacon-integration:local.
Problem
GET /api/table-functionsalways answers with an empty list. DataFusion does not catalog table valued functions.The code marks the endpoint deprecated. See
beacon-server/beacon-server/src/axum/client/functions.rs:12.The test expects
read_parquetandread_csvin the list. The test fails.Failed test
test_introspection.py::test_table_functions_include_readersTask
Environment
Branch
features/reimplement-atlas. Imagebeacon-integration:local.