From c60ccdcb266758349a84cd2b4e018725da8b4eb0 Mon Sep 17 00:00:00 2001 From: "depthfirst-app[bot]" <1021002+depthfirst-app[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 04:06:36 +0000 Subject: [PATCH] Patch commit for: 52b8a0964be5ecebe00eacbb874bad76 --- README.md | 2 +- main-script.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90a3bbe..a84c016 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This pipeline provides: ## 📋 Prerequisites ### System Requirements -- Python 3.8 or higher +- Python 3.10 or higher - Network access to Moveworks API and Snowflake ### Python Dependencies diff --git a/main-script.py b/main-script.py index 9ed3b3c..db8cb26 100644 --- a/main-script.py +++ b/main-script.py @@ -974,7 +974,7 @@ def get_analytics_views(self, database, schema): WHEN 'Unhelpful' THEN 2 WHEN 'No feedback submitted' THEN 3 END; - """", + """, 'V_TOTAL_INTERACTIONS': f""" CREATE OR REPLACE VIEW {database}.{schema}.V_TOTAL_INTERACTIONS AS diff --git a/requirements.txt b/requirements.txt index 19bf1ae..691070a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -requests>=2.31.0 +requests>=2.33.0 pandas>=2.0.3 -snowflake-connector-python>=3.2.0 +snowflake-connector-python>=3.13.1 schedule>=1.2.0 pytz>=2023.3