You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
Singer SDK Version
0.31.1
Is this a regression?
Python Version
NA
Bug scope
Mapping (stream maps, flattening, etc.)
Operating System
NA
Description
Consider the countries sample in this repo.
Generate the Singer catalog for the tap:
$ poetry run python samples/sample_tap_countries --discover > countries.catalog.json
Create a stream maps config for the tap. This one creates slugs for both the continent and country name:
Run the tap with the generated catalog and stream maps config:
$ poetry run python samples/sample_tap_countries --catalog countries.catalog.json --config countries.stream_maps.json > countries.singer.jsonl
This should work as expected.
Now, open
countries.catalog.json
and edit it to deselect thecountries
streamRun the tap again:
$ poetry run python samples/sample_tap_countries --catalog countries.catalog.json --config countries.stream_maps.json > countries.singer.jsonl
You'll end up with
Code
No response
The text was updated successfully, but these errors were encountered: