depending on what you’re doing, you may end up needing both. flyte helps with things like running things in a reproducible way, it helps you manage the infrastructure for the compute. if you want to run tasks with different containers, passing data between them, on a schedule, where one task needs gpus and the other doesn’t, flyte makes this very easy. but it’s not a feature store. data is copy-on-write and immutable. a feature store is more akin to a database. you will probably end up using an orchestrator to hit the feature store in a consistent way.