Hello !
I have a question regarding schema evolution. For context I am working within AWS with dbt-glue and dbt-athena adapters.
Let’s say you use iceberg file format and want to change your schema dynamically, adding a new attribute to your model without re-writing the entire table. What’s the best way to do it ? Do you do it in the console ? In dbt ?
Thanks!