huiming
06/24/2022, 4:49 AMException: Unrecognized replication_method None cmd_type=elb consumer=False name=tap-postgres producer=True stdio=stderr string_id=tap-postgreshuiming
06/24/2022, 4:51 AMversion: 1
default_environment: dev
project_id: 315e0007-52ae-4f27-9ce3-2e2742e00123
plugins:
extractors:
- name: tap-postgres
variant: transferwise
pip_url: pipelinewise-tap-postgres
loaders:
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
environments:
- name: dev
config:
plugins:
extractors:
- name: tap-postgres
config:
host: localhost
user: foo
dbname: foo
filter_schemas: public
select:
- public-orders.*
- public-line_items.*
metadata:
'*':
replication-method: INCREMENTAL
replication-key: updated_at
loaders:
- name: target-postgres
config:
user: bar
host: localhost
dname: bar
default_target_schema: public
- name: staging
- name: prod
- name: uathuiming
06/24/2022, 4:53 AMhuiming
06/24/2022, 4:56 AMthomas_briggs
06/24/2022, 1:04 PMthomas_briggs
06/24/2022, 1:04 PMhuiming
06/24/2022, 1:34 PMhuiming
06/24/2022, 1:39 PM