Skip to content

Commit

Permalink
ngr/Meltano: Use vanilla repositories for tap-smoke-test and target-csv
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 4, 2024
1 parent 187ecb3 commit 2528e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ngr/meltano/meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins:

- name: tap-smoke-test
namespace: tap_smoke_test
pip_url: git+https://github.com/meltano/tap-smoke-test.git@python3.12
pip_url: git+https://github.com/meltano/tap-smoke-test.git
executable: tap-smoke-test
config:
streams:
Expand All @@ -30,7 +30,7 @@ plugins:

- name: target-csv
variant: meltanolabs
pip_url: git+https://github.com/singer-contrib/target-csv.git@python312
pip_url: git+https://github.com/MeltanoLabs/target-csv.git
config:
# To write CSV files to the project root, set an empty string ("").
output_path_prefix: ""
Expand Down

0 comments on commit 2528e9f

Please sign in to comment.