-
Hello collegues, I tried to provide Iceberg's attributes into Nessie container like this:
I am able to find DEBUG's message in container that: write.metadata.delete-after-commit.enabled was loaded from EnvConfigSource with the value true but after CREATE TABLE .... Could someone help me with this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @zezOtik , AFAIK, If you need to add properties to a table, you should be able to do that using client-side tools that handle Iceberg tables. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @zezOtik ,
AFAIK,
iceberg-config-defaults
affects only the output of the/config
endpoint (not specific to a table).If you need to add properties to a table, you should be able to do that using client-side tools that handle Iceberg tables.
Cheers,
Dmitri.