Our s3 buckets generally have a number of sub-directories, so that the path to a bucket is something like s3:functional-group/service/org-tenant-company-id/entity-id/actual-data
We're looking into Athena to be able to query against data on that /actual-data level, but within the org-tenant-company-id. So it seems like we need a way to either create a column or partition for that org-tenant-company-id. Is this possible?
I've read the page on partitions in the Athena docs. Seems like we may have to manually create partitions via the JDBC driver?