Body
The identifier for a partition is the key. But we can (and probably should) create a partition class that would have more information.
E.g.
class Partition:
partition_key: str
partition_date: date
But it's also possible to imagine this being sort of extensible, e.g. for segment partitions, or to represent intervals.
It's not strictly necessary for MVP but, it would be nice.
Committer
Body
The identifier for a partition is the key. But we can (and probably should) create a partition class that would have more information.
E.g.
But it's also possible to imagine this being sort of extensible, e.g. for segment partitions, or to represent intervals.
It's not strictly necessary for MVP but, it would be nice.
Committer