You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This should raise an error because the model has no start configured and the end time is less than the start time which will be calculated from the intervals
3056
3056
withpytest.raises(
3057
-
SQLMeshError,
3057
+
PlanError,
3058
3058
match=r"Model '.*xvg.*': Start date / time .* can't be greater than end date / time .*\.\nSet the `start` attribute in your project config model defaults to avoid this issue",
0 commit comments