dbt-presto
dbt-presto copied to clipboard
improve properties setting for Trino/Presto tables
continue the discussion in #53, #58
Table property dict defined in project level is overwritten by config in model level. Merging the property might be better. It will help to share the common properties between tables and preserve detail properties for models
one use-case is when we need to configure partition for some specific tables but need to maintain the transaction properties for the whole database.
What do you think @mdesmet ?