dstandish opened a new issue, #59050:
URL: https://github.com/apache/airflow/issues/59050
### 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
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow
project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]