Skip to content

SQL browser does not list Iceberg tables #122

Description

@hodgesrm

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.

  1. Login using either OAuth or demo/demo.
  2. Select the ice database in the table browser and try to open the table list.
  3. 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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions