Open edgarrmondragon opened 1 year ago
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:
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:
This should work as expected.
Now, open
countries.catalog.json
and edit it to deselect thecountries
streamRun the tap again:
You'll end up with
Code
No response