snowflakedb/snowflake-cli

SNOW-1038470: Support for network integrations in SPCS

Closed this issue · 4 comments

Description

Can we add support for network integrations to allow outgoing access for SPCS?

Context

For example from docs:

https://docs.snowflake.com/en/developer-guide/snowpark-container-services/additional-considerations-services-jobs#configuring-network-capabilities

CREATE SERVICE eai_service IN COMPUTE POOL MYPOOL FROM SPECIFICATION $$ spec: containers: - name: main image: /db/data_schema/tutorial_repository/my_echo_service_image:tutorial env: TEST_FILE_STAGE: source_stage/test_file args: - read_secret.py endpoints: - name: read port: 8080 $$ EXTERNAL_ACCESS_INTEGRATIONS = (GOOGLE_APIS_ACCESS_INTEGRATION);

This PR (included in 2.0) adds an option for external access integrations to create service if that's what you're asking for: #679

That is, thanks!

@sfc-gh-cconner did you check it? Can we close issue?

Yes, we should close this, thanks!