From c9a429ad9becaf283296e34f7bc8366198008c8b Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 14 Dec 2023 08:02:14 +0100 Subject: [PATCH] ngr/Meltano: Use fork of `target-csv`, compatible with Python 3.12 --- tests/ngr/meltano/meltano.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ngr/meltano/meltano.yml b/tests/ngr/meltano/meltano.yml index d91c3e6..bfb7785 100644 --- a/tests/ngr/meltano/meltano.yml +++ b/tests/ngr/meltano/meltano.yml @@ -30,7 +30,7 @@ plugins: - name: target-csv variant: meltanolabs - pip_url: git+https://github.com/MeltanoLabs/target-csv@1335395 + pip_url: git+https://github.com/singer-contrib/target-csv.git@python312 config: # To write CSV files to the project root, set an empty string (""). output_path_prefix: ""