You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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.
The text was updated successfully, but these errors were encountered: