finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.05k forks source link

Fix get_hosted_table_names in Python client #2551

Closed tomjakubowski closed 3 months ago

tomjakubowski commented 4 months ago

It was returning None. It now returns a future which resolves to the list of hosted table names.

tomjakubowski commented 4 months ago

Added a test to the starlette integration tests