Skip to content

Commit

Permalink
Use PyPI distribution for MeltanoLabs tap-postgres (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Feb 19, 2025
1 parent 34bc038 commit a9b0d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintenance_status: active
name: tap-postgres
namespace: tap_postgres
next_steps: ''
pip_url: git+https://github.com/MeltanoLabs/tap-postgres.git
pip_url: meltanolabs-tap-postgres
quality: gold
repo: https://github.com/MeltanoLabs/tap-postgres
settings:
Expand Down Expand Up @@ -237,7 +237,7 @@ usage: |
```yaml
- name: tap-postgres
variant: meltanolabs
pip_url: git+https://github.com/MeltanoLabs/tap-postgres.git
pip_url: meltanolabs-tap-postgres
config:
sqlalchemy_url: postgresql://meltano_user:password@localhost:5432/my_postgres_db
select:
Expand Down

0 comments on commit a9b0d9f

Please sign in to comment.