nizam
10/20/2020, 2:12 AMtap-postgres
? because I only found with default_replcication_method, max_batch_rows, max_buffer_size. thank you alljulian_knight
10/20/2020, 2:26 AMsettings:
- 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
julian_knight
10/20/2020, 2:29 AMtap-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-mysqljulian_knight
10/20/2020, 2:30 AM