We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cc990 commit ae850f5Copy full SHA for ae850f5
1 file changed
sqlmesh/core/context.py
@@ -1430,9 +1430,6 @@ def plan_builder(
1430
"When targeting the production environment either the backfill should not be skipped or the lack of data gaps should be enforced (--no-gaps flag)."
1431
)
1432
1433
- if run and is_dev:
1434
- raise ConfigError("The '--run' flag is only supported for the production environment.")
1435
-
1436
if not skip_linter:
1437
self.lint_models()
1438
0 commit comments