Skip to content

Commit 07ec4c5

Browse files
felixwang9817adchia
authored andcommitted
chore: Add Snowflake to AWS Lambda feature server Dockerfile (#2565)
* Add Snowflake to AWS Lambda feature server Dockerfile Signed-off-by: Felix Wang <[email protected]> * Add TODO Signed-off-by: Felix Wang <[email protected]>
1 parent 1757639 commit 07ec4c5

File tree

1 file changed

+3
-1
lines changed
  • sdk/python/feast/infra/feature_servers/aws_lambda

1 file changed

+3
-1
lines changed

sdk/python/feast/infra/feature_servers/aws_lambda/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ COPY go go
1010
COPY README.md README.md
1111

1212
# Install Feast for AWS with Lambda dependencies
13-
RUN pip3 install -e 'sdk/python[aws,redis]'
13+
# TODO(felixwang9817): Remove Snowflake dependencies once lazy loading of offline stores is supported.
14+
# See https://github.com/feast-dev/feast/issues/2566 for more details.
15+
RUN pip3 install -e 'sdk/python[aws,redis,snowflake]'
1416
RUN pip3 install -r sdk/python/feast/infra/feature_servers/aws_lambda/requirements.txt --target "${LAMBDA_TASK_ROOT}"
1517

1618
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)

0 commit comments

Comments
 (0)