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.
117
118
118
119
For each node name, find all dependencies and look for a stored snapshot from the metastore. If a snapshot is found,
@@ -134,9 +135,9 @@ def merged_missing_intervals(
134
135
selected_snapshots: A set of snapshot names to run. If not provided, all snapshots will be run.
135
136
136
137
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).
138
+
A dict containing all snapshots needing to be run with their associated interval params.
"""Find the largest contiguous date interval parameters based only on what is missing.
927
930
928
931
For each node name, find all dependencies and look for a stored snapshot from the metastore. If a snapshot is found,
@@ -944,7 +947,7 @@ def compute_interval_params(
944
947
allow_partials, and other attributes that could cause the intervals to exceed the target end date.
945
948
946
949
Returns:
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).
950
+
A dict containing all snapshots needing to be run with their associated interval params.
0 commit comments