-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Templating in Feast #2438
Copy link
Copy link
Closed
Labels
area/corekind/featureNew feature or requestNew feature or requestpriority/p2wontfixThis will not be worked onThis will not be worked on
Description
Metadata
Metadata
Assignees
Labels
area/corekind/featureNew feature or requestNew feature or requestpriority/p2wontfixThis will not be worked onThis will not be worked on
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Is your feature request related to a problem? Please describe.
Users have expressed interest in templating support in feast, to be able to customize things such as dynamodb table names (#2394)
Describe the solution you'd like
We should be able to use a templating engine. Ideally, if added, the implementations should be language agnostic (using something jinja.
Describe alternatives you've considered
An alternative is that any templating should be in a layer above feast. This may be advantageous by keeping feast api surface and implementation simple. At the very least, this decision needs an RFC to determine what the right experience for users should be. This includes what fields are up for templating, when the templating kicks in in the lifecycle of a feast command, etc.