Are inline stream maps specific to SDK taps and ta...
# plugins-general
j
Are inline stream maps specific to SDK taps and targets? We're trying to rename the tables outputted from a tap-shipstation to target-postgres (datamill variant) pipeline. Neither of the methods I've tried have worked: 1. Changing the stream name in the catalog file 2. Adding a stream map config to the tap
Copy code
- name: shipments_pg
    inherit_from: tap-shipstation
    select:
    - shipments.*
    config:
      default_start_date: '2022-02-08'
      stream_maps:
        shipments:
          __alias__: 'shipment'