I want to configure the iceberg properties when creating the tables via dbt in the automated manner. So is there any way that we can do it via Dremio ?
Few of the properties as below -
• Set the table distribution mode
• Choose the right write strategy
• Compression
• Snapshot
• Compaction
Please suggest some way through which i can set the properties dynamically to the tables in dremio created via dbt core.