Skip to content

Commit

Permalink
chore: Mark DynamoDB's templating logic experimental and add a TODO (#…
Browse files Browse the repository at this point in the history
…2439)

Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored Mar 22, 2022
1 parent ca32155 commit a734c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/python/feast/infra/online_stores/dynamodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ def _initialize_dynamodb_resource(region: str):
return boto3.resource("dynamodb", region_name=region)


# TODO(achals): This form of user-facing templating is experimental.
# Please refer to https://github.com/feast-dev/feast/issues/2438 before building on top of it,
def _get_table_name(
online_config: DynamoDBOnlineStoreConfig, config: RepoConfig, table: FeatureView
) -> str:
Expand Down

0 comments on commit a734c45

Please sign in to comment.