Skip to content

Feature request: default iceberg table location using REST catalog #22583

Open
@olivier-derom

Description

@olivier-derom

According to the Trino Documentation the location property should be optional.

When using the nessie and glue catalog with iceberg, this was the case.
Without declaring a location, a relative path was used to the default-warehouse-dir following mywarehouse/myschema/mytable.

Recently I switched from nessie catalog to REST catalog (REST over nessie).
Now when Trying to create a schema and table in it without specifying a specific location, I get 'location must be set for myschema'.

Should Trino using iceberg with REST catalog not automatically generate a location to the default warehouse dir (iceberg.rest-catalog.warehouse)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesticebergIceberg connector

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions