greg_vaslo
06/19/2022, 5:41 PMloaders:
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
config:
user: postgres
dbname: dbt
host: 192.168.1.30
port: 5432
schema_mapping:
payment:
target_schema: stripe
customers:
target_schema: payment
I think the target is seeing the correct stream names incoming?
{"type": "SCHEMA", "stream": "customers", "schema": {...
{"type": "SCHEMA", "stream": "payment", "schema": {...