trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
9.86k stars 2.85k forks source link

[ICEBRG] How to set write.object-storage.enabled property for table? #22470

Open sdasdasd1 opened 2 weeks ago

sdasdasd1 commented 2 weeks ago

I want to create iceberg table with that option write.object-storage.enabled" But I cant provided in WITH statement, getting an error - table property 'write.object-storage.enabled' does not exist

ebyhr commented 1 week ago

https://github.com/trinodb/trino/pull/20555 is going to support write.object-storage.enabled property.

Note that the connector doesn't support specifying arbitrary table properties: https://github.com/trinodb/trino/pull/20393