Skip to content

Commit d6d466b

Browse files
authored
Network policy tip (#1542)
1 parent e3e9fc2 commit d6d466b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/chatgpt/gpt_actions_library/gpt_action_snowflake_direct.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,13 @@
283283
" ALLOWED_NETWORK_RULE_LIST = ('chatgpt_network_rule');"
284284
]
285285
},
286+
{
287+
"cell_type": "markdown",
288+
"metadata": {},
289+
"source": [
290+
"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."
291+
]
292+
},
286293
{
287294
"cell_type": "markdown",
288295
"metadata": {},

0 commit comments

Comments
 (0)