dbt-presto icon indicating copy to clipboard operation
dbt-presto copied to clipboard

improve properties setting for Trino/Presto tables

Open bachng2017 opened this issue 4 years ago • 1 comments

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

bachng2017 avatar Sep 03 '21 00:09 bachng2017

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 ?

bachng2017 avatar Oct 13 '21 23:10 bachng2017