Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main-script.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line numberDiff line numberDiff line change
@@ -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