From f16e0ce30d282ece3b57a8708c1412d43e4298e8 Mon Sep 17 00:00:00 2001 From: Jayakrishnan Date: Mon, 9 Dec 2024 16:24:01 +0530 Subject: [PATCH 1/2] new arn needed for snowflake connector python --- pipeline/config/packages_p310.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/config/packages_p310.csv b/pipeline/config/packages_p310.csv index efd3a5dd..f883d775 100644 --- a/pipeline/config/packages_p310.csv +++ b/pipeline/config/packages_p310.csv @@ -35,3 +35,4 @@ llama-index,MIT,Jerry Liu praw,https://github.com/praw-dev/praw/blob/master/LICENSE.txt,Bryce Boe jsonschema,MIT,Julian Berman pymssql, LGPL-2.1, https://github.com/pymssql/pymssql +snowflake-connector-python,latest, From 8236f5ab89d79e6da7f309fe492bc66847e21b26 Mon Sep 17 00:00:00 2001 From: Jayakrishnan Date: Tue, 10 Dec 2024 13:44:46 +0530 Subject: [PATCH 2/2] added new layer for snowflake connector python --- pipeline/config/packages_p310.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/config/packages_p310.csv b/pipeline/config/packages_p310.csv index f883d775..b282591b 100644 --- a/pipeline/config/packages_p310.csv +++ b/pipeline/config/packages_p310.csv @@ -35,4 +35,4 @@ llama-index,MIT,Jerry Liu praw,https://github.com/praw-dev/praw/blob/master/LICENSE.txt,Bryce Boe jsonschema,MIT,Julian Berman pymssql, LGPL-2.1, https://github.com/pymssql/pymssql -snowflake-connector-python,latest, +snowflake-connector-python,Apache 2.0,Snowflake Inc