dean_morin
09/04/2024, 12:17 AMv2v3meltano.ymlversion: 1
plugins:
  extractors:
  - name: tap-postgres
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/tap-postgres.git>
  - name: tap-postgres-transferwise
    inherit_from: tap-postgres
    variant: transferwise
    pip_url: pipelinewise-tap-postgres$ poetry add meltano@2.20.0 --extras psycopg2
$ poetry run meltano install
Installing 2 plugins...
Skipped installing extractor 'tap-postgres-transferwise'...
Installing extractor 'tap-postgres'...
Installed extractor 'tap-postgres'
Installed 1/2 plugins
Skipped installing 1/2 plugins$ poetry add meltano@3.0.0 --extras psycopg2
$ poetry run meltano install
Extractor 'tap-postgres' is not known to Meltano. Try running `meltano lock --update --all` to ensure your plugins are up to date.dean_morin
09/04/2024, 12:43 AMdean_morin
09/04/2024, 12:44 AMplugins:
  extractors:
  - name: tap-postgres--meltanolabs
    inherit_from: tap-postgres
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/tap-postgres.git>
  - name: tap-postgres--transferwise
    inherit_from: tap-postgres
    variant: transferwise
    pip_url: pipelinewise-tap-postgresEdgar RamÃrez (Arch.dev)
09/04/2024, 12:54 AMdiscovery.ymldean_morin
09/04/2024, 12:55 AMdean_morin
09/04/2024, 1:00 AMdean_morin
09/04/2024, 1:06 AMtransferwisemeltanolabstap-postgresvisch
09/04/2024, 1:45 PMvisch
09/04/2024, 1:46 PM