We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc218b commit 63060e5Copy full SHA for 63060e5
dagster_sqlmesh/resource.py
@@ -187,7 +187,7 @@ def initialize_from_plan(self, plan: SQLMeshPlan):
187
188
# Update all of the model status that are to be updated or restated in this plan
189
# This condition was taken from a condition found in sqlmesh's `Context`
190
- # object
+ # object. It's used to determine if there are any changes in the plan
191
if (
192
not plan.context_diff.has_changes
193
and not plan.requires_backfill
0 commit comments