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
"""Find the largest contiguous date interval parameters based only on what is missing.
152
153
153
154
For each node name, find all dependencies and look for a stored snapshot from the metastore. If a snapshot is found,
@@ -169,9 +170,9 @@ def merged_missing_intervals(
169
170
selected_snapshots: A set of snapshot names to run. If not provided, all snapshots will be run.
170
171
171
172
Returns:
172
-
A tuple containing a dict containing all snapshots needing to be run with their associated interval params and a list of snapshots that are ready to run based on their naive cron schedule (ignoring plan/run context and other attributes).
173
+
A dict containing all snapshots needing to be run with their associated interval params.
allow_partials, and other attributes that could cause the intervals to exceed the target end date.
1042
1045
1043
1046
Returns:
1044
-
A tuple containing a dict containing all snapshots needing to be run with their associated interval params and a list of snapshots that are ready to run based on their naive cron schedule (ignoring plan/run context and other attributes).
1047
+
A dict containing all snapshots needing to be run with their associated interval params.
0 commit comments