From d6d466ba73852f2b08d187620cbb01bcba9b8d9d Mon Sep 17 00:00:00 2001 From: ray-openai Date: Fri, 1 Nov 2024 06:22:48 -0700 Subject: [PATCH] Network policy tip (#1542) --- .../gpt_actions_library/gpt_action_snowflake_direct.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/chatgpt/gpt_actions_library/gpt_action_snowflake_direct.ipynb b/examples/chatgpt/gpt_actions_library/gpt_action_snowflake_direct.ipynb index 7172f9d..491aac9 100644 --- a/examples/chatgpt/gpt_actions_library/gpt_action_snowflake_direct.ipynb +++ b/examples/chatgpt/gpt_actions_library/gpt_action_snowflake_direct.ipynb @@ -283,6 +283,13 @@ " ALLOWED_NETWORK_RULE_LIST = ('chatgpt_network_rule');" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Network policies can be applied at the account, security integration, and user level. The most specific network policy overrides the more general network policies. Depending on how these policies are applied, you may need to alter the policies for individual users in addition to the security integration. If you face this issue, you may encounter Snowflake's error code 390422." + ] + }, { "cell_type": "markdown", "metadata": {},