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
end_bounded: If set to true, the returned intervals will be bounded by the target end date, disregarding lookback,
133
133
allow_partials, and other attributes that could cause the intervals to exceed the target end date.
134
134
selected_snapshots: A set of snapshot names to run. If not provided, all snapshots will be run.
135
+
136
+
Returns:
137
+
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).
"""Find the largest contiguous date interval parameters based only on what is missing.
925
927
926
928
For each node name, find all dependencies and look for a stored snapshot from the metastore. If a snapshot is found,
@@ -942,7 +944,7 @@ def compute_interval_params(
942
944
allow_partials, and other attributes that could cause the intervals to exceed the target end date.
943
945
944
946
Returns:
945
-
A dict containing all snapshots needing to be run with their associated interval params.
947
+
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).
0 commit comments