kamu-data / kamu-node

Back-end implementation of the Open Data Fabric protocol
https://kamu.dev
Other
13 stars 2 forks source link

FlightSql request times out when listing all tables #133

Open sergiimk opened 2 months ago

sergiimk commented 2 months ago

I'm using Apache Superset with FlightSQL adapter and connecting to demo environment.

When I attempt to add a dataset, Superset is attempting to fetch all table names within the kamu schema - this takes a long time and eventually fails.

We should investigate what request pattern this view is resulting in and why it fails.