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
3061
3061
withpytest.raises(
3062
3062
SQLMeshError,
3063
-
match=r"Set the `start` attribute in your project config model defaults to avoid this issue",
3063
+
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