Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect
auto_materialize_use_sensors
(#25769)
## Summary & Motivation If a user has this setting turned off, then we shouldn't construct a sensor for them. Note: this only impacts cases where the user code server is on a lower dagster version than the host process, as in dagster>=1.9.0, the user code server will be constructing this sensor anyway. ## How I Tested These Changes ## Changelog Fixed issue which would cause a `default_automation_condition_sensor` to be constructed for user code servers running on dagster version < 1.9.0 even if the legacy `auto_materialize: use_sensors` configuration setting was set to `False`.
- Loading branch information