Error while running on Snowflake GCP Netherlands:
Error:
Request failed for external function SYSTEM$PARSE_DOC_INTERNAL with remote service error: 400 '"The model you requested is unavailable in your region. To access it, enable cross region inference with AWS_APJ, AWS_EU, AWS_US, AZURE_EU, AZURE_US, ANY_REGION. For more information, see https://docs.snowflake.com/en/user-guide/snowflake-cortex/cross-region-inference." '; requests batch-id: 01bee91c-0002-0d94-0000-000274a270bd:2:3:0:690:2; request batch size: 4 rows; request retries: 0; response time (last retry): 15.38ms
Solution:
Add on line 814 ALTER ACCOUNT SET CORTEX_ENABLED_CROSS_REGION = 'ANY_REGION';
Error while running on Snowflake GCP Netherlands:
Error:
Request failed for external function SYSTEM$PARSE_DOC_INTERNAL with remote service error: 400 '"The model you requested is unavailable in your region. To access it, enable cross region inference with AWS_APJ, AWS_EU, AWS_US, AZURE_EU, AZURE_US, ANY_REGION. For more information, see https://docs.snowflake.com/en/user-guide/snowflake-cortex/cross-region-inference." '; requests batch-id: 01bee91c-0002-0d94-0000-000274a270bd:2:3:0:690:2; request batch size: 4 rows; request retries: 0; response time (last retry): 15.38ms
Solution:
Add on line 814 ALTER ACCOUNT SET CORTEX_ENABLED_CROSS_REGION = 'ANY_REGION';