From 71c02e61d381d9243c5cd886322c681afb5f6f54 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Mon, 28 Jul 2025 17:36:56 +0200 Subject: [PATCH] fix(snowflake): quote sources where it matters --- knowledge base/snowflake/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/knowledge base/snowflake/README.md b/knowledge base/snowflake/README.md index d541d57..0401b8e 100644 --- a/knowledge base/snowflake/README.md +++ b/knowledge base/snowflake/README.md @@ -320,7 +320,8 @@ Procedure: ## Access with programmatic access tokens -Refer [Using programmatic access tokens for authentication]. +Refer [Using programmatic access tokens for authentication], +[Programmatically Accessing Snowflake Model Inference Endpoints] and [Programmatic Access Token (PAT) in Snowflake]. Programmatic access tokens (PATs) allow non-interactive access to Snowflake _without_ using username and password credentials or key pairs.