Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Stream aliasing does not work with stream_maps #111

Open
ReubenFrankel opened this issue Jan 30, 2025 · 0 comments
Open

bug: Stream aliasing does not work with stream_maps #111

ReubenFrankel opened this issue Jan 30, 2025 · 0 comments

Comments

@ReubenFrankel
Copy link

https://sdk.meltano.com/en/v0.44.1/stream_maps.html#aliasing-a-stream-using-alias

config:
  stream_maps:
    databasename-table_name:
      __alias__: table_name

produces

singer_sdk.exceptions.RecordsWithoutSchemaException: A record for stream 'databasename-table_name' was encountered before a corresponding schema

This issue was fixed upstream (meltano/sdk#2589) and was available from SDK version 0.39.1, but the target is on 0.22.0. This forces use of meltano-map-transfomer as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant