Dagster sensor default_automation_condition_sensor stopped by default #26377
Unanswered
rafaljaronski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to deploy Dagster on GKE via Helm charts with DBT models. Currently, I'm facing a problem with automated materialization.
To enable auto-materialization, I have tried a few approaches, with the most promising being:
in dbt_project.yml i added:
default_automation_condition_sensor
, but it is disabled by default.(Another issue: for me,
type: lazy
doesn't do anything even after manually enabling the sensor.)default_automation_condition_sensor
, but it is disabled by default.However, it allows me to add the rule
skip_on_not_all_parents_updated()
, which I really want.My question:
What is the simplest way to enable that sensor or change the default configuration?
I tried with:
but it doesnt work..
Beta Was this translation helpful? Give feedback.
All reactions