```- name: tap-postgres-full-load inherit_from...
# troubleshooting
l
Copy code
- name: tap-postgres-full-load
    inherit_from: tap-postgres
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/tap-postgres.git>
    config:
      filter_schemas:
      - public
    metadata:
      public-replication_test:
        replication-method: FULL_TABLE
    select: # find additional fields with meltano select tap-postgres --list --all
    - public-replication_test.*