MeltanoLabs / target-athena

Singer.io Target for AWS Athena.
Other
5 stars 16 forks source link

Add configurable partitioning logic in S3 #15

Open aaronsteers opened 3 years ago

aaronsteers commented 3 years ago

Athena can benefit from partitioning scheme which provides partition elimination based on one or more query predicate.

https://docs.aws.amazon.com/athena/latest/ug/partitions.html

Perhaps as a "v2" feature, would be good to have some support for this capability.