[DBT+TRINO+DELTA] Schema is not being persisted in the glue catalog

Hello,
I’m using dbt+trino to save in delta on s3, however the table saved in the glue catalog is not persisting the name, type and descriptions of the fields, what could it be?

My conf is:

{{ config(
    file_format='delta',
	materialized='table',
	on_table_exists ='drop'
) }}

Once resolved, a custom script was created to resolve the situation.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.