Skip to content

Update meltano select to use tap_stream_id for filtering streams

Merge Request Checklist

  • Link to an issue
  • Include the proposed fix or feature
  • Include and update tests for the modified code
  • Include a documentation change
  • Add a CHANGELOG.md entry in the Unreleased section

This MR updates meltano select to use the unique tap_stream_id instead of the stream property for filtering streams.

This adds support for taps with multiple streams with the same name, like, for example, the ones produced by tap-postgres when tables with the same name are defined in different schemas.

Closes #824 (closed)

Merge request reports