File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ A full list of supported settings and capabilities is available by running: `tar
27
27
## Installation
28
28
29
29
``` bash
30
- pipx install git+https://github.com/MeltanoLabs/ target-csv.git
30
+ uv tool install --from meltanolabs- target-csv target-csv
31
31
```
32
32
33
33
## Usage
@@ -54,7 +54,7 @@ tap-smoke-test --config=tap-smoke-test-config.json | target-csv
54
54
### Initialize your Development Environment
55
55
56
56
``` bash
57
- pipx install poetry
57
+ uv tool install poetry
58
58
poetry install
59
59
```
60
60
@@ -84,20 +84,18 @@ the file.
84
84
Next, install Meltano (if you haven't already) and any needed plugins:
85
85
86
86
``` bash
87
- # Install meltano
88
- pipx install meltano
89
- # Initialize meltano within this directory
90
- cd target-csv
91
- meltano install
87
+ uv tool install meltano
92
88
```
93
89
94
90
Now you can test and orchestrate using Meltano:
95
91
96
92
``` bash
97
93
# Test invocation:
98
94
meltano invoke target-csv --version
95
+
99
96
# OR run a test `elt` pipeline with the Carbon Intensity sample tap:
100
- meltano elt tap-smoke-test target-csv
97
+ meltano run tap-smoke-test target-csv
98
+
101
99
# Or with debug logging:
102
100
meltano --log-level=debug elt tap-smoke-test target-csv
103
101
```
You can’t perform that action at this time.
0 commit comments