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.
919
922
920
923
For each node name, find all dependencies and look for a stored snapshot from the metastore. If a snapshot is found,
@@ -936,7 +939,7 @@ def compute_interval_params(
936
939
allow_partials, and other attributes that could cause the intervals to exceed the target end date.
937
940
938
941
Returns:
939
-
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).
942
+
A dict containing all snapshots needing to be run with their associated interval params.
0 commit comments