Skip to content

Commit

Permalink
Target-snowflake issues 206 workaround for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara3l committed Sep 5, 2024
1 parent 2336d01 commit 644ed5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_pipeline/meltano-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins:
variant: meltanolabs
- name: target-snowflake
variant: transferwise
pip_url: pipelinewise-target-snowflake
pip_url: pipelinewise-target-snowflake numpy<2.0
- name: target-vertica
variant: full360
pip_url: git+https://github.com/full360/pipelinewise-target-vertica.git
Expand Down
2 changes: 1 addition & 1 deletion data_pipeline/meltano_conf/loaders/loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins:
dialect+driver: postgresql+psycopg2
- name: target-snowflake
variant: transferwise
pip_url: pipelinewise-target-snowflake
pip_url: pipelinewise-target-snowflake numpy<2.0
config:
account: ${DB_ACCOUNT}
dbname: ${DB_NAME}
Expand Down

0 comments on commit 644ed5a

Please sign in to comment.