Skip to content

Commit

Permalink
Merge pull request #5 from ethyca/SteveDMurphy-4-snowflake-upload-bug
Browse files Browse the repository at this point in the history
Resolve Snowflake upload error
  • Loading branch information
SteveDMurphy authored Mar 4, 2024
2 parents a43f62b + 241efa8 commit e7320e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ethyca/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pandas==1.4.1
snowflake-sqlalchemy==1.3.3
pandas==1.4.3
snowflake-sqlalchemy==1.4.3
3 changes: 2 additions & 1 deletion ethyca/scripts/snowflake_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
"""
Move data from the CSV files into a Snowflake instance.
"""

from os import environ as env

import pandas as pd
from sqlalchemy import create_engine
from sqlalchemy.engine import Engine

FOLDERS_TO_LOAD = ["fides", "fideslang", "fidesops"]
FOLDERS_TO_LOAD = ["fides", "fideslang"]
FILES_TO_LOAD = ["forks", "stargazers", "views_clones_aggregate"]


Expand Down

0 comments on commit e7320e7

Please sign in to comment.