Hi everyone, I’m having a few knowledge about Melt...
# plugins-general
n
Hi everyone, I’m having a few knowledge about Meltano, and still learning. I want to know, is there any documentation about config for
tap-postgres
? because I only found with default_replcication_method, max_batch_rows, max_buffer_size. thank you all
j
Do you mean the connection settings?
Copy code
settings:
    - name: host
      env: TAP_POSTGRES_HOST
    - name: user
      env: TAP_POSTGRES_USER
    - name: password
      env: TAP_POSTGRES_PASSWORD
    - name: port
      env: TAP_POSTGRES_PORT
    - name: dbname
      env: TAP_POSTGRES_DBNAME
    - name: ssl
      env: TAP_POSTGRES_SSL
    - name: default_replication_method
      env: TAP_POSTGRES_DEFAULT_REPLICATION_METHOD
Singer's
tap-postgres
is notoriously undocumented but tap-mysql is better documented and many of the advanced features work the same way: https://github.com/singer-io/tap-mysql
Pipelinewise also has one but I haven't used it: https://github.com/transferwise/pipelinewise-tap-postgres