How to create partitioned Athena table with Sagemaker Feature Store

Viewed 69

I'm using Sagemaker Feature Store and trying to create an Offline Feature Store. During the process, Sagemaker creates an Athena table. However, I notice that this table is not partitioned, and when I create a query, it takes forever.

How can I use Sagemaker Feature Store to create a Athena table with partition?

0 Answers
Related