zcollection.partitioning.sequence.Sequence.list_partitions#

Sequence.list_partitions(fs, path)#

List the partitions.

Parameters:
  • fs (AbstractFileSystem) – The filesystem to be used.

  • path (str) – The path to the directory containing the partitions.

Yields:

The partitions.

Return type:

Iterator[str]