Skip to content

Feature Request: Iceberg Table Format support #119

Closed
@rakeshJn

Description

@rakeshJn

In Clickhouse, I can query an Iceberg table with a query like this:
select * from iceberg('https://s3.us-east.cloud-object-storage.appdomain.cloud/lake-sales/tables/sales’, ‘aws_key####’, ‘aws_secret####’, Parquet) limit 2000

However, when I try the exact same query on chDB, I get this error:

Code: 46. DB::Exception: Unknown table function Iceberg: or incorrect parameterized view. (UNKNOWN_FUNCTION)

Seems like chDB doesn't know iceberg table function.
P.S, I tried Iceberg also (uppercase 'I'), that doesn't work either.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeature requestFeature Request or Proposalhelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions