diff --git a/sqlmesh/core/context.py b/sqlmesh/core/context.py index f919c51182..dc2eba42d9 100644 --- a/sqlmesh/core/context.py +++ b/sqlmesh/core/context.py @@ -1430,9 +1430,6 @@ def plan_builder( "When targeting the production environment either the backfill should not be skipped or the lack of data gaps should be enforced (--no-gaps flag)." ) - if run and is_dev: - raise ConfigError("The '--run' flag is only supported for the production environment.") - if not skip_linter: self.lint_models()