Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Mar 13, 2024
1 parent 6c7d88b commit b0423d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def compute_intersection_with_partition_keys(

@property
def time_windows(self) -> Sequence[TimeWindow]:
# TODO: support this for all subset values
"""Get the time windows for the asset slice. Only supports explicitly time-windowed partitions for now."""
# Only supports explicitly time-windows partitions for now
tw_partitions_def = _required_tw_partitions_def(self._partitions_def)

if isinstance(self._compatible_subset.subset_value, TimeWindowPartitionsSubset):
Expand Down

0 comments on commit b0423d4

Please sign in to comment.