Replies: 2 comments
-
cc @OwenKephart |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @pin970 -- as you note, the DagsterDbtTranslator is the surefire way of customizing this. However, this has come up before (quite recently) here: #25866, and I think it may be worth considering adding support at least for the Are there other conditions you're considering specifying in this metadata? If so, then generally writing a bit of code in the translator to parse that metadata and add an automation condition based on what's there would probably make sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is there a way to specify an
automation_condition
for a dbt model within the model's config block? Previously with auto-materialization I could do it like so:But if I change it to
automation_condition
it does not seem to work. Do you plan to add an option to configureautomation_condition
within the meta config block? I find it a bit inconvenient to useDagsterDbtTranslator
when I only want to add simple automation for a single model.Beta Was this translation helpful? Give feedback.
All reactions