Skip to content

Commit 63060e5

Browse files
authored
Update dagster_sqlmesh/resource.py
1 parent 8bc218b commit 63060e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dagster_sqlmesh/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def initialize_from_plan(self, plan: SQLMeshPlan):
187187

188188
# Update all of the model status that are to be updated or restated in this plan
189189
# This condition was taken from a condition found in sqlmesh's `Context`
190-
# object
190+
# object. It's used to determine if there are any changes in the plan
191191
if (
192192
not plan.context_diff.has_changes
193193
and not plan.requires_backfill

0 commit comments

Comments
 (0)