Currently list_udf_runtimes is hardcodeds (it returns information even if the udf server is down) and always returns the same information to the user. Irrespective of what is actually installed on the udf-server.
Here some information from @flahn:
Wie habt ihr den Endpunkt "/udf_runtimes" implementiert? list_udf_runtimes referenziert nur darauf. Lest ihr die Liste der installierten Packages über die R-UDF Service Info ("/") aus oder habt ihr die Liste bei euch hardgecoded.
Just keep in mind that I do not follow any API specification with the endpoint "/packages" on the R UDF. Meaning, don't expect the Python UDF to offer this endpoint.
Currently list_udf_runtimes is hardcodeds (it returns information even if the udf server is down) and always returns the same information to the user. Irrespective of what is actually installed on the udf-server. Here some information from @flahn:
We should keep in mind to change this behavior.