What happened
The table browser in the upper left hand pane does not list Iceberg tables.
You can duplicate with the SQL browser installed in https://antalya.demo.altinity.com/sql.
- Login using either OAuth or demo/demo.
- Select the ice database in the table browser and try to open the table list.
- No tables appear. The table count is zero.
The tables are there because a query like the following works:
SELECT
FlightDate AS date, round(100 * countIf(ArrDel15 = 0) / count(), 1) AS on_time_pct
FROM ice.`ontime.fact_ontime`
WHERE Year = 2023 GROUP BY date ORDER BY date
Environment
- Browser + version: Chrome Version 149.0.7827.201 (Official Build) (64-bit)
- ClickHouse server (version / Antalya or OSS): 26.3.10.20001.altinityantalya
- Auth mode (OAuth IdP / credentials): Both
- App version (from the build, if shown): v0.2.0 (fd9e29d)
Notes

What happened
The table browser in the upper left hand pane does not list Iceberg tables.
You can duplicate with the SQL browser installed in https://antalya.demo.altinity.com/sql.
The tables are there because a query like the following works:
Environment
Notes