We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf15ee commit 28171c0Copy full SHA for 28171c0
sqlmesh/schedulers/airflow/common.py
@@ -49,7 +49,7 @@ class PlanApplicationRequest(PydanticModel):
49
users: t.List[User]
50
is_dev: bool
51
forward_only: bool
52
- models_to_backfill: t.Optional[t.Set[str]]
+ models_to_backfill: t.Optional[t.Set[str]] = None
53
end_bounded: bool
54
ensure_finalized_snapshots: bool
55
directly_modified_snapshots: t.List[SnapshotId]
0 commit comments