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