Make dbt auto-materialize policy rules configurable #20231
-
Hi, is there a way to add an auto-materialize rules for dbt models in meta config? I would like something like that:
However, as I understand currently it is only possible to configure |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We recommend that you use the |
Beta Was this translation helpful? Give feedback.
meta
config doesn't support all the possible ways to configure an auto-materialization policy with auto-materialize rules.We recommend that you use the
DagsterDbtTranslator
instead: https://docs.dagster.io/integrations/dbt/reference#customizing-auto-materialize-policies.