Skip to content

Commit a9b0d9f

Browse files
Use PyPI distribution for MeltanoLabs tap-postgres (#1951)
1 parent 34bc038 commit a9b0d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/meltano/extractors/tap-postgres/meltanolabs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintenance_status: active
1717
name: tap-postgres
1818
namespace: tap_postgres
1919
next_steps: ''
20-
pip_url: git+https://github.com/MeltanoLabs/tap-postgres.git
20+
pip_url: meltanolabs-tap-postgres
2121
quality: gold
2222
repo: https://github.com/MeltanoLabs/tap-postgres
2323
settings:
@@ -237,7 +237,7 @@ usage: |
237237
```yaml
238238
- name: tap-postgres
239239
variant: meltanolabs
240-
pip_url: git+https://github.com/MeltanoLabs/tap-postgres.git
240+
pip_url: meltanolabs-tap-postgres
241241
config:
242242
sqlalchemy_url: postgresql://meltano_user:password@localhost:5432/my_postgres_db
243243
select:

0 commit comments

Comments
 (0)