From 2ca65abfe0bffa68a929112c7147c29633a0756b Mon Sep 17 00:00:00 2001 From: Jo Stichbury Date: Mon, 10 Jul 2023 10:57:44 +0100 Subject: [PATCH] Exclude broken link to snowflake API docs (#2781) Signed-off-by: Jo Stichbury --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ab1f181a48..346ccaa8c6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -224,7 +224,8 @@ "https://github.com/kedro-org/kedro/blob/main/kedro/framework/project/default_logging.yml", "https://github.com/kedro-org/kedro/blob/main/README.md#the-humans-behind-kedro", # "anchor not found" but is valid "https://opensource.org/license/apache2-0-php/", - "https://docs.github.com/en/rest/overview/other-authentication-methods#via-username-and-password" + "https://docs.github.com/en/rest/overview/other-authentication-methods#via-username-and-password", + "https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/api/snowflake.snowpark.DataFrameWriter.saveAsTable.html" ] # retry before render a link broken (fix for "too many requests")